[SciPy-user] numpy.test() segfaults with numpy 0.9.8

Sergey Dolgov solkaa at gmail.com
Mon Jun 5 10:01:07 EDT 2006


Hi, I've just built numpy 0.9.8 on a Debian box (i386, unstable), and
it fails to pass its tests (see below). BTW,  all tests ran fine with
previous version 0.9.6 (but it seems like the failing one was
introduced only in 0.9.8).

--
Sergey

In [3]: import numpy

In [4]: numpy.test(verbosity=10)
  Found 5 tests for numpy.distutils.misc_util
Warning: No test file found in
/usr/local/lib/python2.4/site-packages/numpy/tests for module <module
'numpy.version' from '...ite-packages/numpy/version.pyc'>

......................snip......................................

test_array_with_context
(numpy.core.tests.test_umath.test_special_methods) ... ok
test_failing_wrap (numpy.core.tests.test_umath.test_special_methods) ... ok
test_old_wrap (numpy.core.tests.test_umath.test_special_methods) ... ok
test_priority (numpy.core.tests.test_umath.test_special_methods) ... ok
test_wrap (numpy.core.tests.test_umath.test_special_methods) ... ok
check_types (numpy.core.tests.test_scalarmath.test_types)Segmentation fault




More information about the SciPy-User mailing list