On Fri, Jun 17, 2011 at 15:03, Benjamin Root <[email protected]> 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 _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
