
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

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@cens.ioc.ee http://cens.ioc.ee/mailman/listinfo/f2py-users
participants (2)
-
Nils Wagner
-
pearu@cens.ioc.ee