[SciPy-dev] symeig.test.test() segmentation fault

Pearu Peterson pearu at scipy.org
Thu Nov 18 05:24:32 EST 2004



On Thu, 18 Nov 2004, Nils Wagner wrote:

> Finally I have used gdb python2.3 to trace back the segfault
>
> >>> symeig.test.test()
> Random Seed:  (1268049219, 2102953867)
> testComplex (symeig.test.test_symeig.SymeigTestCase) ...
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1077041376 (LWP 19966)]
> 0x411c1960 in ATL_cdotc_xp0yp0aXbX () from 
> /usr/lib/python2.3/site-packages/symeig/froutines.so
> (gdb)
>
> Any suggestion, how to fix the segmentation fault ?

What ATLAS version you were using when building symeig?

What is the output of:
   import scipy.config as c; print c.show()
?
Pearu




More information about the SciPy-Dev mailing list