This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: What is a .exe.stackdump file?


victor marian wrote:
When I run a .exe file (Fortran code)
the program hangs up at the end and
gives a .exe.stackdump file.
I read in the gdb guide what a stack is.
Can I use only the .exe.stackdump file to debug the
program?
I tried gdb prog.exe.stackdump and it is not working.
Do I have to run the program again in gdb and examine
the stack?


                                             Thank
you.

As far as I know, a cygwin .stackdump has only the function of showing the call stack. You might be able to use it to help verify when you get to the same program state under gdb.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]