Hi Jonathan,

> http://www.cs.toronto.edu/~jtaylor/crash/
>
> I would be interested to know if this bug can be duplicated and/or if anyone
> has any suggestions as to why:
>
> import numpy as np
> A = np.load('A.npy')
> b = np.load('b.npy')
> rc = np.linalg.lstsq(A,b)
>
> produces:
>
> *** glibc detected *** /usr/bin/python: free(): invalid next size (normal):
> 0x091793c0 ***

I just tried it on 4 ubuntu machines, and one Fedora 11 machine,  in
various states of numpy-ness (including recent SVN) with no crash.
What versions of stuff do you have over there?

See you,

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

Reply via email to