[SciPy-Dev] scipy.test() segfault
Ralf Gommers
ralf.gommers@gmail....
Sat Nov 3 11:53:41 CDT 2012
On Fri, Nov 2, 2012 at 7:14 PM, Nils Wagner <nils106@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.scipy.org/pipermail/scipy-dev/attachments/20121103/dc3e7a85/attachment.html
More information about the SciPy-Dev
mailing list