[SciPy-dev] newscipy segfaults fixed!
Arnd Baecker
arnd.baecker at web.de
Tue Oct 18 11:04:50 CDT 2005
On Tue, 18 Oct 2005, Pearu Peterson wrote:
> Hi,
> The segfaults in newcore hava now a fix in SVN. Currently scipy.test()
> gives more than 200 errors, but they should go away as soon as newscipy
> packages have been ported to newcore.
Sorry, Pearu, but I still get one on the opteron:
from scipy.linalg import fblas
fblas.sger(1,[1,2],[3,4])
segfaults ( check_ger from test_blas.py).
This is with
In [1]: import scipy
In [2]: scipy.base.__version__
Out[2]: '0.4.3.1300'
(and new scipy At revision 1336).
Additional remark:
After commenting out all tests in check_ger()
all tests run through.
Now, removing the commmented out part
and re-running the test in a new session
gives no segfault - very weird!
Anway, the above two lines do reproduce the segfault
systematically.
Best, Arnd
More information about the Scipy-dev
mailing list