[Numpy-discussion] crash in multiarray

Robert Kern robert.kern at gmail.com
Fri Jun 17 16:07:51 EDT 2011


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

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list