[SciPy-dev] scipy.test() segfaults
Nils Wagner
nwagner@iam.uni-stuttgart...
Thu Oct 8 13:10:36 CDT 2009
Hi,
Is this a known issue ?
>>> import scipy
>>> scipy.test()
Running unit tests for scipy
NumPy version 1.4.0.dev7507
NumPy is installed in
/home/nwagner/local/lib64/python2.6/site-packages/numpy
SciPy version 0.8.0.dev5964
SciPy is installed in
/home/nwagner/local/lib64/python2.6/site-packages/scipy
Python version 2.6 (r26:66714, Feb 3 2009, 20:49:49) [GCC
4.3.2 [gcc-4_3-branch revision 141291]]
nose version 0.10.4
Program received signal SIGSEGV, Segmentation fault.
PyArray_NeighborhoodIterNew (x=0x0, bounds=0x7ffff7ac2330,
mode=-161985568, fill=0x7ffff7ac2330)
at numpy/core/src/multiarray/iterators.c:1935
1935 array_iter_base_init((PyArrayIterObject*)ret,
x->ao);
(gdb) bt
#0 PyArray_NeighborhoodIterNew (x=0x0,
bounds=0x7ffff7ac2330, mode=-161985568,
fill=0x7ffff7ac2330)
at numpy/core/src/multiarray/iterators.c:1935
#1 0x00007fffee5d7e98 in init_path ()
at
/home/nwagner/local/lib64/python2.6/site-packages/numpy/core/include/numpy/__multiarray_api.h:1206
Nils
More information about the Scipy-dev
mailing list