[SciPy-dev] All newscipy tests pass, except on 64-bit system

Travis Oliphant oliphant at ee.byu.edu
Wed Oct 26 18:43:16 EDT 2005


Pearu Peterson wrote:

>Hi,
>Yes! Now all newscipy tests pass on my 32-bit system but on Opteron I get 
>segfaults in fftpack tests. So far I have found that swapaxes might cause
>these faults but I am not sure. For example, the following codelet
>
>   tmp = zeros((1,1,1,1))
>   swapaxes(tmp, 0, -1)
>
>sometimes fails with intermediate error message
>  
>
Hey, I just saw a problem with some malloc code in PyArray_Transpose 
that was using sizeof(int) instead of sizeof(intp).  This could 
definitely be the problem.  Hopefully it is fixed now in SVN.

Thanks for all the great work getting tests to pass.

-Travis





More information about the SciPy-Dev mailing list