Re: What is a .exe.stackdump file?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux