[SciPy-dev] Can't install scipy from svn (caused by ndimage)

Nils Wagner nwagner at iam.uni-stuttgart.de
Thu Mar 29 07:16:13 EDT 2007


Stefan van der Walt wrote:
> On Thu, Mar 29, 2007 at 09:08:25AM +0200, Nils Wagner wrote:
>   
>> I cannot build/install scipy from svn. Here is the output of
>>
>> python setup.py install
>>     
>
> Sorry, Nils, I'm just moving around parts of ndimage.  I'll be done
> soon.
>
> Cheers
> Stéfan
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>   
Hi Stéfan,

Now python setup.py install works fine for me, but I get a segfault
running scipy.test(1) on a 64-bit machine using
>>> scipy.__version__
'0.5.3.dev2888'

Here is a backtrace

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912509653888 (LWP 6350)]
PyArray_NewFromDescr (subtype=0x2aaaabf1dee0, descr=0x2aaaabf20140,
nd=1, dims=0x2, strides=0x0, data=0x0, flags=0, obj=0x0)
    at arrayobject.c:5318
5318                    if (dims[i] == 0) continue;
(gdb) bt
#0  PyArray_NewFromDescr (subtype=0x2aaaabf1dee0, descr=0x2aaaabf20140,
nd=1, dims=0x2, strides=0x0, data=0x0, flags=0, obj=0x0)
    at arrayobject.c:5318
#1  0x00002aaaae12aea2 in NA_NewArray (buffer=0xa499e0, type=<value
optimized out>, ndim=1, shape=0x2) at nd_image.h:212
#2  0x00002aaaae12bf7c in Py_FilterFunc (buffer=<value optimized out>,
filter_size=<value optimized out>, output=0x7fffff88b9d8,
    data=<value optimized out>) at nd_image.c:351
#3  0x00002aaaae1320a9 in NI_GenericFilter (input=0xc68290,
function=0x2aaaae12bf40 <Py_FilterFunc>, data=0x7fffff88ba80,
    footprint=<value optimized out>, output=0x95a070, mode=<value
optimized out>, cvalue=0, origins=0xa88eb0) at ni_filters.c:858
#4  0x00002aaaae12c263 in Py_GenericFilter (obj=<value optimized out>,
args=<value optimized out>) at nd_image.c:411

 
Cheers,
                  Nils




More information about the SciPy-Dev mailing list