problems with File IO
When I make two File streams either in Python or C++, Dolfin crashes. For example, in Python:
from dolfin import *
f = File('f.pvd')
g = File('g.pvd')
results in:
====
Python(
*** set a breakpoint in malloc_error_break to debug
[LMBA:63708] *** Process received signal ***
[LMBA:63708] Signal: Abort trap: 6 (6)
[LMBA:63708] Signal code: (0)
[LMBA:63708] [ 0] 2 libsystem_c.dylib 0x00007fff88de694a _sigtramp + 26
[LMBA:63708] [ 1] 3 libsystem_c.dylib 0x00007fff88e17836 szone_free_
[LMBA:63708] [ 2] 4 libsystem_c.dylib 0x00007fff88e3ddce abort + 143
[LMBA:63708] [ 3] 5 libsystem_c.dylib 0x00007fff88e119b9 free + 392
[LMBA:63708] [ 4] 6 libdolfin.1.2.dylib 0x000000010f4accbe _ZN6dolfin4File
[LMBA:63708] *** End of error message ***
[1] 63708 abort python test.py
====
As a result, demos like stokes-iterative fail.
Installed using modified Dorsal (unstable). Mac. Dolfin 1.2.0+
Any ideas on where to look to fix this?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- DOLFIN Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- L Olson
- Solved:
- Last query:
- Last reply: