[SciPy-dev] Scipy 0.4.8 segfaults on 64bit Linux (Ubuntu).
Rudolph van der Merwe
rudolphv at gmail.com
Mon Mar 20 00:43:56 CST 2006
Robert,
This is what I get for a verbosity level of 10... looks pretty much
the same to me:
Python 2.4.1 (#2, Mar 30 2005, 20:41:35)
[GCC 3.3.5 (Debian 1:3.3.5-8ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
>>> scipy.__version__
'0.4.8'
>>> scipy.test(10)
Overwriting fft=<function fft at 0x2a9f445c08> from
scipy.fftpack.basic (was <function fft at 0x2a9726bcf8> from
numpy.dft.fftpack)
Overwriting ifft=<function ifft at 0x2a9f445c80> from
scipy.fftpack.basic (was <function inverse_fft at 0x2a9726bd70> from
numpy.dft.fftpack)
Found 4 tests for scipy.io.array_import
Found 128 tests for scipy.linalg.fblas
Found 397 tests for scipy.ndimage
Found 10 tests for scipy.integrate.quadpack
Found 95 tests for scipy.stats.stats
Found 37 tests for scipy.linalg.decomp
Found 89 tests for scipy.sparse.sparse
Found 24 tests for scipy.fftpack.pseudo_diffs
Found 6 tests for scipy.optimize.optimize
Found 70 tests for scipy.stats.distributions
Found 12 tests for scipy.io.mmio
Found 1 tests for scipy.integrate
Found 4 tests for scipy.linalg.lapack
Found 23 tests for scipy.fftpack.basic
Found 2 tests for scipy.optimize.zeros
Found 5 tests for scipy.interpolate.fitpack
Found 44 tests for scipy.linalg.basic
Found 2 tests for scipy.maxentropy.maxentropy
Found 341 tests for scipy.special.basic
Found 128 tests for scipy.lib.blas.fblas
Found 7 tests for scipy.linalg.matfuncs
Found 42 tests for scipy.lib.lapack
Found 1 tests for scipy.optimize.cobyla
Found 16 tests for scipy.lib.blas
Found 10 tests for scipy.stats.morestats
Found 14 tests for scipy.linalg.blas
Found 4 tests for scipy.fftpack.helper
Found 4 tests for scipy.signal.signaltools
Found 0 tests for __main__
Don't worry about a warning regarding the number of bytes read.
Warning: 1000000 bytes requested, 20 bytes read.
.......caxpy:n=4
..caxpy:n=3
....ccopy:n=4
..ccopy:n=3
.............cscal:n=4
....cswap:n=4
..cswap:n=3
.....daxpy:n=4
..daxpy:n=3
....dcopy:n=4
..dcopy:n=3
.............dscal:n=4
....dswap:n=4
..dswap:n=3
.....saxpy:n=4
..saxpy:n=3
....scopy:n=4
..scopy:n=3
.............sscal:n=4
....sswap:n=4
..sswap:n=3
.....zaxpy:n=4
..zaxpy:n=3
....zcopy:n=4
..zcopy:n=3
.............zscal:n=4
....zswap:n=4
..zswap:n=3
..FFFFFSegmentation fault
On 3/20/06, Robert Kern <robert.kern at gmail.com> wrote:
> Could you please rerun the tests with a higher verbosity? Like scipy.test(10)?
> That will make the test runner print out the name of the test it is trying
> before it runs the test and segfaults.
>
> --
> Robert Kern
> robert.kern at gmail.com
--
Rudolph van der Merwe
More information about the Scipy-dev
mailing list