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]
X. > > -- > 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 underlying truth." >-- Umberto Eco > > -- > http:/

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]
mad attempt to interpret it as though > it had > an underlying truth." >-- Umberto Eco > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- View this message in context: http://www.nabble.com/f2py-Error---module-crashes-after-several-iterations...-tp20128015

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

f2py Error - module crashes after several iterations...

2008-10-23 Thread John [H2O]
00129000-0012c000 r-xp fd:00 1835762 /usr/lib/python2.5/lib-dynload/timemodule.so [snip ...] Anyone have some inputs on how to determine the cause??? Thanks, john -- View this message in context: http://www.nabble.com/f2py-Error---module-crashes-after-several-iterations