runtime error message
Daniel Franke
franke.daniel@gmail.com
Sat Jun 16 19:08:00 GMT 2007
On Saturday 16 June 2007 20:55:43 Brad Finney wrote:
> I compiled the program with -Wall -fbounds-check and got the identical
> runtime error. No other messages were generated during compile or
> runtime. As for a test case, I will have to work on that. The program
> is not too big, but the data files are awful.
Hm, how about valgrind? It sometimes coughes up starting points that help to
track down these problems.
Btw, "Not enough space" corresponds to ENOMEM - how large are your files and
records? Maybe a buffer-limitation somewhere in libgfortran (think [1,2], not
the same but similar)?
Regards
Daniel
[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162
[2] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31256
More information about the Fortran
mailing list