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

Rudolph van der Merwe rudolphv at gmail.com
Mon Mar 20 01:29:42 EST 2006


I compiled and installed the latest Numpy 0.9.6 and Scipy 0.4.8
without any trouble on a 64bit Ubuntu Linux server (AMD Opteron). When
I run the Scipy unit tests though, it crashes with the following error
message:

>>> scipy.test(1)
Overwriting fft=<function fft at 0x2a9f445c08> from
scipy.fftpack.basic (was <function fft at 0x2a9726ccf8> from
numpy.dft.fftpack)
Overwriting ifft=<function ifft at 0x2a9f445c80> from
scipy.fftpack.basic (was <function inverse_fft at 0x2a9726cd70> 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 36 tests for scipy.linalg.decomp
  Found 89 tests for scipy.sparse.sparse
  Found 20 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 18 tests for scipy.fftpack.basic
  Found 1 tests for scipy.optimize.zeros
  Found 5 tests for scipy.interpolate.fitpack
  Found 41 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



What could possibly be the reason for the Segmentation Fault?



--
Rudolph van der Merwe




More information about the SciPy-Dev mailing list