Re: f2py Error - module crashes after several iterations...

2008-10-23 Thread Robert Kern
John [H2O] wrote: There's a lot of greek for me here ... should I post to numpy-discussions as well??? Yes, please. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an u

Re: f2py Error - module crashes after several iterations...

2008-10-23 Thread John [H2O]
There's a lot of greek for me here ... should I post to numpy-discussions as well??? The backtrace is at the bottom Thanks! GNU gdb Fedora (6.8-21.fc9) Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is f

Re: f2py Error - module crashes after several iterations...

2008-10-23 Thread Robert Kern
John [H2O] wrote: I can try, would you mind giving very brief instructions on how to 'run it under gdb'... thanks! Sure. It goes something like this: $ gdb python GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2 04:07:49 UTC 2007) Copyright 2004 Free Software Foundation, Inc. GDB is

Re: f2py Error - module crashes after several iterations...

2008-10-23 Thread John [H2O]
I can try, would you mind giving very brief instructions on how to 'run it under gdb'... thanks! I'll post results over at numpy-discussions. Robert Kern-2 wrote: > > John [H2O] wrote: >> Hello, >> >> I have a module created from a Fortran file to read in unformatted binary >> fortran output.

Re: f2py Error - module crashes after several iterations...

2008-10-23 Thread Robert Kern
John [H2O] wrote: Hello, I have a module created from a Fortran file to read in unformatted binary fortran output. It works fine for some datasets, but crashes with others. The strange thing is it will loop through several files before it crashes, then suddently giving me this output: Can you