[SciPy-Dev] scipy.test() segfault

Ralf Gommers ralf.gommers at gmail.com
Sat Nov 3 12:53:41 EDT 2012


On Fri, Nov 2, 2012 at 7:14 PM, Nils Wagner <nils106 at googlemail.com> wrote:

> AFAIK the segfault was introduced recently.
> gcc (SUSE Linux) 4.6.2
> GNU Fortran (SUSE Linux) 4.6.2
> x86_64 GNU/Linux
> Python 2.7.2 (default, Aug 19 2011, 20:41:43) [GCC] on linux2
>
>
> >>>import scipy
> >>> scipy.__version__
> '0.12.0.dev-bb436fa'
> >>>scipy.test(verbose=10)
> ...
> test_rank3 (test_signaltools.TestLinearFilterObject) ... ok
> test_basic (test_signaltools.TestMedFilt) ... ok
> Ticket #1124. Ensure this does not segfault. ... Segmentation fault


Are you running numpy master? If so, does this segfault with an older
released version of numpy too? The relevant code in sigtoolsmodule.c hasn't
been touched in a long time.

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20121103/dc3e7a85/attachment.html>


More information about the SciPy-Dev mailing list