On Wed, 14 Jan 2015 16:40:36 +0100
[email protected] wrote:

> Hi,
> 
> tried to solve this problem that had ocurred to me before. When
> loading dolfin and pylab at the same time I get a segmentation fault.
> A run in gdb gives this:
> 
> gdb -ex r -args python -c"from dolfin import *; import pylab as py"

Please, enclose also stacktrace

gdb -ex r -ex bt -args python -c"from dolfin import *; import pylab as py"

Jan

> [...]
> Reading symbols from python...(no debugging symbols found)...done.
> Starting program: /usr/bin/python -cfrom\ dolfin\ import\ \*\;\
> import\ pylab\ as\ py
> warning: Could not load shared library symbols for linux-vdso.so.1.
> Do you need "set solib-search-path" or "set sysroot"?
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/usr/lib/libthread_db.so.1".
> [New Thread 0x7fffb46df700 (LWP 2418)]
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff74df9b2 in __strcmp_sse2_unaligned ()
> from /usr/lib/libc.so.6
> 
> My dolfin is self-compiled (version 1.4.0+), python is of version 2.7 
> and the matplotlib is 1.4.2.
> 
> Do you have any idea what could cause this problem?
> Thank you already in advance,
> Steffen
> 
> 
> _______________________________________________
> fenics-support mailing list
> [email protected]
> http://fenicsproject.org/mailman/listinfo/fenics-support

_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to