[SciPy-dev] Re: [f2py] Segmentation fault
pearu at cens.ioc.ee
pearu at cens.ioc.ee
Tue Jun 21 08:49:43 CDT 2005
Hi,
This bug is now fixed in f2py CVS. Sorry for a late responce.
Thanks,
Pearu
On Mon, 13 Jun 2005, Nils Wagner wrote:
> Hi all,
>
> Running the small test (see below) with latest f2py via cvs results in a
> segmentation fault. Since I was not sure whether this bug is related
> to f2py or scipy I downgraded f2py to the latest
> available tarball http://cens.ioc.ee/projects/f2py2e/#download
> Now the program works fine. So the bug must be added with the last
> changes in f2py.
>
> from scipy import *
> n = 20
> m = 15
> a = rand(n,m)+1j*rand(n,m)
> u,s,vt,info = linalg.flapack.zgesdd(a)
>
> Any pointer how to fix the problem in latest cvs would be appreciated.
>
> Thanks in advance
>
> Nils
>
>
> _______________________________________________
> f2py-users mailing list
> f2py-users at cens.ioc.ee
> http://cens.ioc.ee/mailman/listinfo/f2py-users
>
More information about the Scipy-dev
mailing list