On Wed, Sep 2, 2009 at 4:23 PM, Jeremy Mayes <jeremy.ma...@gmail.com> wrote:

> 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
> ***
>
>
I've opened ticket #1217 for this.

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to