[SciPy-dev] Segmentation fault
Nils Wagner
nwagner at mecha.uni-stuttgart.de
Sat Oct 15 04:27:29 CDT 2005
On Sat, 15 Oct 2005 11:18:43 +0200 (CEST)
Arnd Baecker <arnd.baecker at web.de> wrote:
> Not sure if it is related to what Nils observes
> (in my case ATLAS is used, i.e. everything is as before
>on the opteron)
>
> With
> In [1]: import scipy
> Importing io to scipy
> Importing special to scipy
> Importing utils to scipy
> Importing interpolate to scipy
> Importing optimize to scipy
> Importing linalg to scipy
> In [2]: scipy.base.__version__
> Out[2]: '0.4.3.1292'
>
> I get for `scipy.test(10,verbosity=10)`
>
> check_zero
>(scipy.linalg.matfuncs.test_matfuncs.test_expm) ... ERROR
> check_nils
>(scipy.linalg.matfuncs.test_matfuncs.test_logm) ... ERROR
> check_defective1
>(scipy.linalg.matfuncs.test_matfuncs.test_signm) ...
> ERROR
> check_defective2
>(scipy.linalg.matfuncs.test_matfuncs.test_signm) ...
> ERROR
> check_defective3
>(scipy.linalg.matfuncs.test_matfuncs.test_signm) ...
> ERROR
> check_nils
>(scipy.linalg.matfuncs.test_matfuncs.test_signm) ...
>ERROR
> check_bad
>(scipy.linalg.matfuncs.test_matfuncs.test_sqrtm) ...
>ERROR
> check_cblas (scipy.linalg.blas.test_blas.test_blas) ...
>ok
> check_fblas (scipy.linalg.blas.test_blas.test_blas) ...
>ok
> check_axpy
>(scipy.linalg.blas.test_blas.test_cblas1_simple)Segmentation
> fault
>
> If any of you needs the full build log, just le me know.
>
> Best,
>
> Arnd
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
Please try to import scipy.stats
>>> import scipy
Importing io to scipy
Importing special to scipy
Importing utils to scipy
Importing interpolate to scipy
Importing optimize to scipy
Importing linalg to scipy
>>> import scipy.stats
Segmentation fault
More information about the Scipy-dev
mailing list