[SciPy-dev] segmentation with scipy+icc during test
Stijn De Weirdt
stijn.deweirdt@ugent...
Mon Dec 22 01:56:29 CST 2008
hi all,
i found some time again to look at this.
i compiled python 2.5.2 with icc and then numpy 1.2.1 and the i tried
scipy 0.7b1 (and also latest svn).
the test that now segfaults is from scipy/lib/lapack/tests/test_esv.py
(it starts with the test_dsyev).
i get the segfault with python -c 'import
numpy;scipy.test(level=10,verbosity=100)'
but when i try to reproduce it, i copy the test_esv.py and merge it with
the common.py from same location. i also add run_module_suite to the
'from numpy.testing import' so it can find eveything it seems to need.
if i then do python ./test_esv.py i get
SSSSSS......
----------------------------------------------------------------------
Ran 12 tests in 0.014s
OK (SKIP=6)
so all seems ok.
so who can help with the debugging ;)
stijn
--
The system will shutdown in 5 minutes.
More information about the Scipy-dev
mailing list