
Hi all, I have installed the latest version of numpy.
numpy.__version__ '2.0.0.dev-6aacc2d'
numpy.test(verbose=2) received signal SIGABRT. test_cdouble_2 (test_linalg.TestEig) ... ok test_csingle (test_linalg.TestEig) ... FAIL *** glibc detected *** /data/home/nwagner/local/bin/python: free(): invalid next size (fast): 0x000000001c2887b0 *** ======= Backtrace: ========= /lib64/libc.so.6[0x383cc71684] /lib64/libc.so.6(cfree+0x8c)[0x383cc74ccc] /data/home/nwagner/local/lib/python2.5/site-packages/numpy/core/multiarray.so[0x2b33e06f710e] (gdb) bt #0 0x000000383cc30155 in raise () from /lib64/libc.so.6 #1 0x000000383cc31bf0 in abort () from /lib64/libc.so.6 #2 0x000000383cc6a3db in __libc_message () from /lib64/libc.so.6 #3 0x000000383cc71684 in _int_free () from /lib64/libc.so.6 #4 0x000000383cc74ccc in free () from /lib64/libc.so.6 #5 0x00002b33e06f710e in array_dealloc (self=0x1c65fa00) at numpy/core/src/multiarray/arrayobject.c:209 #6 0x00000000004d6dbb in frame_dealloc (f=0x1c65eec0) at Objects/frameobject.c:416 Nils