<p dir="ltr"><br>
On 13 Apr 2016 21:48, "Matthew Brett" <<a href="mailto:matthew.brett@gmail.com">matthew.brett@gmail.com</a>> wrote:<br>
><br>
> On Wed, Apr 13, 2016 at 1:29 PM, Oscar Benjamin<br>
> <<a href="mailto:oscar.j.benjamin@gmail.com">oscar.j.benjamin@gmail.com</a>> wrote:<br>
> > On 13 April 2016 at 20:15, Matthew Brett <<a href="mailto:matthew.brett@gmail.com">matthew.brett@gmail.com</a>> wrote:<br>
> >> Done.  If y'all are on linux, and you have pip >= 8.11,  you should<br>
> >> now see this kind of thing:<br>
> ><br>
> > That's fantastic. Thanks Matt!<br>
> ><br>
> > I just test installed this and ran numpy.test(). All tests passed but<br>
> > then I got a segfault at the end by (semi-accidentally) hitting Ctrl-C<br>
> > at the prompt:<br>
> ><br>
> > $ python<br>
> > Python 2.7.9 (default, Apr  2 2015, 15:33:21)<br>
> > [GCC 4.9.2] on linux2<br>
> > Type "help", "copyright", "credits" or "license" for more information.<br>
> >>>> import numpy<br>
> >>>> numpy.test()<br>
> > Running unit tests for numpy<br>
> > <snip><br>
> > Ran 5781 tests in 72.238s<br>
> ><br>
> > OK (KNOWNFAIL=6, SKIP=15)<br>
> > <nose.result.TextTestResult run=5781 errors=0 failures=0><br>
> >>>> Segmentation fault (core dumped)<br>
> ><br>
> > It was stopped at the prompt and then I did Ctrl-C and then the<br>
> > seg-fault message.<br>
> ><br>
> > $ uname -a<br>
> > Linux vnwulf 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC<br>
> > 2015 x86_64 x86_64 x86_64 GNU/Linux<br>
> > $ lsb_release -a<br>
> > No LSB modules are available.<br>
> > Distributor ID:    Ubuntu<br>
> > Description:    Ubuntu 15.04<br>
> > Release:    15.04<br>
> > Codename:    vivid<br>
> ><br>
><br>
> Thanks so much for testing - that's very useful.<br>
><br>
> I get the same thing on my Debian Sid machine.<br>
><br>
> Actually I also get the same thing with a local compile against Debian<br>
> ATLAS, here's the stack trace after:<br>
><br>
> >>> import numpy; numpy.test()<br>
> >>> # Ctrl-C<br>
><br>
> <a href="https://gist.github.com/f6d8fb42f24689b39536a2416d717056">https://gist.github.com/f6d8fb42f24689b39536a2416d717056</a><br>
><br>
> Do you get this as well?</p>
<p dir="ltr">It's late here but I'll test again tomorrow. What do I need to do to get comparable output?</p>
<p dir="ltr">--<br>
Oscar</p>