Author: deadpickledeadpickle
Date: Jul 15, 2008 08:37
I have just received a segmentation fault when running my program. It
compiled fine with no errors:
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line
Source
test5 0804C6BA Unknown Unknown Unknown
test5 080499CC Unknown Unknown Unknown
test5 080495C6 Unknown Unknown Unknown
libc.so.6 00BF2D7F Unknown Unknown Unknown
test5 08049501 Unknown Unknown Unknown
When I go back into the program and place a PRINT statement in the
area where the error may exist, the program runs just fine. Why is
that? How does the PRINT statement negate the seg fault error? How can
I fix this and find the seg fault?
Because of the size of the program I cant post the whole thing and
expect anyone to graze through it. With that in mind, I will post the
area where the fault occurs.
90 continue
|