Topic: Backtrace doesn't seem to be working
I have bounds checking turned on. When a bounds error occurs, I get a message of which routine and line it occurs on but no backtrace. Do I have to change some setting to get this? Here is a sample of what I get.
At line 19 of file .\qjutil.F90FORTRAN runtime error: Index '0' of dimension 1 of array 'rstart' below bound of 1
Error termination. Backtrace:
Then nothing more. The routine in question is called several levels deep from different places in the program and I'd sure like to know from where without having to put in a lot of debugging statements.