[Numpy-discussion] crash in multiarray

Benjamin Root ben.root at ou.edu
Fri Jun 17 16:18:54 EDT 2011


On Fri, Jun 17, 2011 at 3:07 PM, Robert Kern <robert.kern at gmail.com> wrote:

> On Fri, Jun 17, 2011 at 15:03, Benjamin Root <ben.root at ou.edu> wrote:
> > Using the master branch, I was running the scipy tests when a crash
> > occurred.  I believe the crash originates within numpy.  The tests for
> numpy
> > do pass on my machine (F15, x86_64, python 2.7).  Below is the backtrace:
>
> Please run "scipy.test(verbose=2)" in order to determine what test is
> triggering the crash.
>
> Even better, if you can install faulthandler and run the tests under
> that, you can give us a full Python traceback where the segfault
> occurs.
>
>  http://pypi.python.org/pypi/faulthandler
>
>
Cool module.  Ok, looks like the failure is triggered here:

File
"/home/bvr/Programs/scipy/scipy/sparse/linalg/eigen/arpack/tests/test_arpack.py",
line 378 in test_ticket_1459_arpack_crash

Ben Root
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110617/919283a4/attachment.html>


More information about the NumPy-Discussion mailing list