[SciPy-dev] segfault for scipy.test(1,10) on 64 bit

Travis Oliphant oliphant at ee.byu.edu
Wed Nov 9 14:11:46 EST 2005


Nils Wagner wrote:

>check_djbfft (scipy.fftpack.basic.test_basic.test_fft)
>Program received signal SIGSEGV, Segmentation fault.
>[Switching to Thread 46912509469440 (LWP 31268)]
>0x00002aaab12707e1 in array_getattr (self=0x2aaab0d543a0, name=<value
>optimized out>) at arrayobject.c:2207
>2207                    inter->strides[i] = self->dimensions[i];
>  
>
This is the problem somebody else showed too.  It is a problem with the 
array interface __struct__ version for 64-bit systems.  Argh!.  I guess 
I'll have to make another Numeric release to fix it.

-Travis




More information about the SciPy-Dev mailing list