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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to