[SciPy-dev] Segmentation fault
Stephen Walton
stephen.walton at csun.edu
Sun Oct 16 19:12:39 CDT 2005
Arnd Baecker wrote:
>check_axpy (scipy.linalg.blas.test_blas.test_cblas1_simple)Segmentation
>fault
>
>
Minimal test case:
In [1]: from scipy.linalg import cblas
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]: cblas.saxpy(5,[1,2,3],[2,-1,3])
Segmentation fault
This is with newscipy svn version 1336
More information about the Scipy-dev
mailing list