[SciPy-dev] segmentation fault in latest cvs using scipy.test()

Pearu Peterson pearu at scipy.org
Mon Nov 29 12:00:05 EST 2004



On Mon, 29 Nov 2004, Nils Wagner wrote:

> I reveived a segmentation fault using latest scipy (cvs-version) 
> '0.3.2_299.4503'
> Here is the output of gdb
>
> import scipy
> scipy.test()
>
> snip
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1077041376 (LWP 28627)]
> 0x47cc1560 in ATL_cdotc_xp0yp0aXbX () from 
> /usr/lib/python2.3/site-packages/scipy/lib/lapack/flapack.so
> (gdb)
>
> Any pointer would be appreciated. It looks like my previous problem with 
> symeig...

Run

   scipy.lib.lapack.test(verbosity=10)

Which test crashes python, check_syevd or check_heevd?

Pearu




More information about the SciPy-Dev mailing list