[SciPy-dev] Scipy 0.4.8 segfaults on 64bit Linux (Ubuntu).

Arnd Baecker arnd.baecker at web.de
Mon Mar 20 03:41:49 EST 2006


On Mon, 20 Mar 2006, Ed Schofield wrote:

> On 20/03/2006, at 8:19 AM, Rudolph van der Merwe wrote:
>
> > scipy.test(10,10) definitely spits out A LOT MORE info. Here is the
> > relevant part:
> >
> > check_y_stride (scipy.linalg.tests.test_fblas.test_zswap) ... ok
> > affine_transform 1 ... FAIL
> > affine transform 2 ... FAIL
> > affine transform 3 ... FAIL
> > affine transform 4 ... FAIL
> > affine transform 5Segmentation fault
>
> This is occurring in the tests of the new ndimage package.  Try
> deleting the file test_ndimage.py in /usr/lib/python2.4/site-packages/
> scipy/ndimage/tests/ and re-running the tests.
>
> Meanwhile we need some developer with a 64-bit machine to track this
> down :)

I just tried it out, but don't see this segfault.

Rudolph, could you maybe do the following:

~> which python

~> gdb the_path_to_python_as_given_by_the_previous_command
[...]
(gdb) run
[...]
>>> import scipy
>>> scipy.test(1, 10)

Then the segfault should bring you back to the debugger.
Then type `bt` for a backtrace which sometimes
gives some more info and post the result here....

Best, Arnd




More information about the SciPy-Dev mailing list