numpy.test() Program received signal SIGABRT, Aborted.

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

On Fri, Dec 3, 2010 at 12:29 AM, Nils Wagner nwagner@iam.uni-stuttgart.dewrote:
Hi all,
I have installed the latest version of numpy.
numpy.__version__
'2.0.0.dev-6aacc2d'
I don't see that here or on the buildbots. There was a problem with segfaults that was fixed in commit c0e1c0000f27b55dfd5ahttps://github.com/numpy/numpy/commit/c0e1c0000f27b55dfd5aa4b1674a8c1b6ac38c36Can you check that your installation is clean, etc. Also, what platform are you running on?
<snip>
Chuck

On Fri, 3 Dec 2010 00:42:16 -0700 Charles R Harris charlesr.harris@gmail.com wrote:
On Fri, Dec 3, 2010 at 12:29 AM, Nils Wagner nwagner@iam.uni-stuttgart.dewrote:
Hi all,
I have installed the latest version of numpy.
numpy.__version__
'2.0.0.dev-6aacc2d'
I don't see that here or on the buildbots. There was a problem with segfaults that was fixed in commit c0e1c0000f27b55dfd5ahttps://github.com/numpy/numpy/commit/c0e1c0000f27b55dfd5aa4b1674a8c1b6ac38c36Can you check that your installation is clean, etc. Also, what platform are you running on?
I have removed the build directory. Is it also neccessary to remove numpy in thr installation directory ?
/data/home/nwagner/local/lib/python2.5/site-packages/
Platform
2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Nils

On Fri, 03 Dec 2010 08:47:32 +0100 "Nils Wagner" nwagner@iam.uni-stuttgart.de wrote:
On Fri, 3 Dec 2010 00:42:16 -0700 Charles R Harris charlesr.harris@gmail.com wrote:
On Fri, Dec 3, 2010 at 12:29 AM, Nils Wagner nwagner@iam.uni-stuttgart.dewrote:
Hi all,
I have installed the latest version of numpy.
numpy.__version__
'2.0.0.dev-6aacc2d'
I don't see that here or on the buildbots. There was a problem with segfaults that was fixed in commit c0e1c0000f27b55dfd5ahttps://github.com/numpy/numpy/commit/c0e1c0000f27b55dfd5aa4b1674a8c1b6ac38c36Can you check that your installation is clean, etc. Also, what platform are you running on?
I have removed the build directory. Is it also neccessary to remove numpy in thr installation directory ?
/data/home/nwagner/local/lib/python2.5/site-packages/
Platform
2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Nils _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
I have also removed the numpy directory within /data/home/nwagner/local/lib/python2.5/site-packages/. Now all tests pass. Ran 3080 tests in 12.288s
OK (KNOWNFAIL=4, SKIP=1) <nose.result.TextTestResult run=3080 errors=0 failures=0>
How is the build process implemented on the build bots ?
Nils

On Fri, Dec 3, 2010 at 12:56 AM, Nils Wagner nwagner@iam.uni-stuttgart.dewrote:
On Fri, 03 Dec 2010 08:47:32 +0100 "Nils Wagner" nwagner@iam.uni-stuttgart.de wrote:
On Fri, 3 Dec 2010 00:42:16 -0700 Charles R Harris charlesr.harris@gmail.com wrote:
On Fri, Dec 3, 2010 at 12:29 AM, Nils Wagner nwagner@iam.uni-stuttgart.dewrote:
Hi all,
I have installed the latest version of numpy.
> numpy.__version__
'2.0.0.dev-6aacc2d'
I don't see that here or on the buildbots. There was a problem with segfaults that was fixed in commit c0e1c0000f27b55dfd5a<
https://github.com/numpy/numpy/commit/c0e1c0000f27b55dfd5aa4b1674a8c1b6ac38c...
Can
you check that your installation is clean, etc. Also, what platform are you running on?
I have removed the build directory. Is it also neccessary to remove numpy in thr installation directory ?
/data/home/nwagner/local/lib/python2.5/site-packages/
Platform
2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Nils _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
I have also removed the numpy directory within /data/home/nwagner/local/lib/python2.5/site-packages/. Now all tests pass. Ran 3080 tests in 12.288s
OK (KNOWNFAIL=4, SKIP=1) <nose.result.TextTestResult run=3080 errors=0 failures=0>
Great.
How is the build process implemented on the build bots ?
I don't know the details, but it looks to me like they do a clean checkout and fresh install.
Chuck
participants (2)
-
Charles R Harris
-
Nils Wagner