[SciPy-user] Scipy test fails on SUSE 10.0 (gcc 4.0.2) on 64 bit machines

Travis Oliphant oliphant.travis at ieee.org
Tue Mar 28 21:23:17 EST 2006


Marco Leite wrote:
> Hi,
>  
> Bellow is the output with the increased verbosity level.
> All previous tests went ok,  The full log is large but I can send it
> if it helps,..
>
> Thank you
>
> Marco.
> ============================================
> Python 2.4.1 (#1, Sep 12 2005, 23:33:18)
> [GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import scipy
> >>> scipy.test(10,10)
>
> ...(removed - all ok)...
>
> check_y_stride_assert (scipy.linalg.tests.test_fblas.test_zgemv) ... ok
> check_y_stride_transpose (scipy.linalg.tests.test_fblas.test_zgemv) ... ok
> check_simple (scipy.linalg.tests.test_fblas.test_zscal) ... ok
> check_x_bad_size (scipy.linalg.tests.test_fblas.test_zscal)zscal:n=4
>  ... ok
> check_x_stride (scipy.linalg.tests.test_fblas.test_zscal) ... ok
> check_simple (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> check_x_and_y_stride (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> check_x_bad_size (scipy.linalg.tests.test_fblas.test_zswap)zswap:n=4
>  ... ok
> check_x_stride (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> check_y_bad_size (scipy.linalg.tests.test_fblas.test_zswap)zswap:n=3
>  ... ok
> check_y_stride (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> affine_transform 1 ... FAIL
> affine transform 2 ... FAIL
> affine transform 3 ... FAIL
> affine transform 4 ... FAIL
> affine transform 5*** glibc detected *** free(): invalid pointer: 
> 0x0000000000c87740 ***
> Aborted
>

This is the ndimage package that is failing.  Disable it for 64-bit 
systems because it is not 64-bit clean.


-Travis




More information about the SciPy-User mailing list