Re: [Numpy-discussion] lstsq illegal instruction

2009-11-18 Thread Angus McMorland
2009/11/18 Robert Kern : > On Wed, Nov 18, 2009 at 15:15, Angus McMorland wrote: >> Hi all, >> >> Whenever I run numpy.linalg.lstsq with a xs parameter with both >> dimensions larger than 128, I get an "Illegal instruction" and python >> dies completely. It happens with both the Ubuntu jaunty stan

Re: [Numpy-discussion] lstsq illegal instruction

2009-11-18 Thread Robert Kern
On Wed, Nov 18, 2009 at 15:15, Angus McMorland wrote: > Hi all, > > Whenever I run numpy.linalg.lstsq with a xs parameter with both > dimensions larger than 128, I get an "Illegal instruction" and python > dies completely. It happens with both the Ubuntu jaunty standard numpy > 1.2.1, and a recent

[Numpy-discussion] lstsq illegal instruction

2009-11-18 Thread Angus McMorland
Hi all, Whenever I run numpy.linalg.lstsq with a xs parameter with both dimensions larger than 128, I get an "Illegal instruction" and python dies completely. It happens with both the Ubuntu jaunty standard numpy 1.2.1, and a recent svn 1.4.0.dev7727, but it doesn't seem to happen on any other mac