[Numpy-discussion] numpy core dump on linux

Jeremy Mayes jeremy.mayes at gmail.com
Wed Sep 2 18:23:46 EDT 2009


This one line causes python to core dump on linux.
numpy.lexsort([
numpy.array(['-','-','-','-','-','-','-','-','-','-','-','-','-'])[::-1],numpy.array([732685.,
732685.,  732685.,  732685.,  732685.,  732685.,732685.,  732685.,
732685.,  732685.,  732685.,  732685.,  732679.])[::-1]])

Here's some version info:

python 2.5.4
numpy 1.3.0

error is
*** glibc detected *** free(): invalid next size (fast): 0x0000000000526be0
***

Any ideas?
-- 
--jlm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090902/4e042f37/attachment.html>


More information about the NumPy-Discussion mailing list