[SciPy-dev] scipy.test() segfaults

Gökhan Sever gokhansever at gmail.com
Thu Oct 8 21:03:06 EDT 2009


Sorry for interruption.

svn info lists the information that I seek which learnt from setup.py file
in numpy main directory.

[gsever at ccn numpy]$ svn info
Path: .
URL: http://svn.scipy.org/svn/numpy/trunk
Repository Root: http://svn.scipy.org/svn/numpy
Repository UUID: 94b884b6-d6fd-0310-90d3-974f1d3f35e1
Revision: 7452
Node Kind: directory
Schedule: normal
Last Changed Author: cdavid
Last Changed Rev: 7452
Last Changed Date: 2009-10-06 01:44:35 -0500 (Tue, 06 Oct 2009)

which "python setupegg.py develop" build-installation doesn't propagate
revision information.

Probably not a big deal, comparing to segfaults, but just noting :)

On Thu, Oct 8, 2009 at 1:44 PM, Gökhan Sever <gokhansever at gmail.com> wrote:

>
>
> On Thu, Oct 8, 2009 at 1:10 PM, Nils Wagner <nwagner at iam.uni-stuttgart.de>wrote:
>
>> 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
>>
>
> Do you use svn to check-out the code? For some reason I never get dev
> revisions appear in the listing
>
> NumPy version 1.4.0.dev
> NumPy is installed in /home/gsever/Desktop/python-repo/numpy/numpy
> SciPy version 0.8.0.dev
>
> Could this be due to my installation method?
>
> I do python setupegg.py develop
>
>
>
>> 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
>> _______________________________________________
>> Scipy-dev mailing list
>> Scipy-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/scipy-dev
>>
>
>
>
> --
> Gökhan
>



-- 
Gökhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20091008/4170f2cc/attachment.html>


More information about the SciPy-Dev mailing list