[SciPy-dev] missing Lib/__init__.py in newscipy?

Arnd Baecker arnd.baecker at web.de
Wed Oct 19 11:39:03 EDT 2005


On Wed, 19 Oct 2005, Pearu Peterson wrote:

> On Wed, 19 Oct 2005, Robert Cimrman wrote:
>
> > In [1]:import scipy
> > Importing io to scipy
> > Importing special to scipy
> > Segmentation fault (SIGSEGV)
>
> This issue is now fixed in SVN (segfaults occured probably due to a bug in
> _cephesmodule.c). special now imports succesfully on my debian x86_64 box.
>
> However, there are probably more places where we need to make int->intp
> changes for 64-bit platforms.

I fear so - the
In [1]: from scipy.linalg import fblas
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]: fblas.sger(1,[1,2],[3,4])
Segmentation fault

on the opteron persists.
(If you would like give me some guidance what to do next
to track this down, I am all ears).

On my PIV:
scipy.test(10,10) gives
[...]
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)zsh: 3052
floating point exception

(Revisions 1315 and 1345 for newcore and newscipy on both machines)

Best,

Arnd




More information about the SciPy-Dev mailing list