BiGgUn wrote:
Hi
Unfortunately, when i have tried 'bt' yet. winedbg complains that there is no process loaded :( So there is no backtrace.
Stephan
did you try running it directly under gdb ?
A+
--
Eric Pouech
Hi
Unfortunately, when i have tried 'bt' yet. winedbg complains that there is no process
loaded :( So there is no backtrace.
Stephan
> How can i get the calling stack of program after its crash ?
After it has crashed and you're in winedbg you can try bt (as
in backtrace) if I got you right.
bye Fabi
Hi folks,
How can i get the calling stack of program after its crash ?
Running the program in winedbg doesn't give me anything. Using --debugmsg +xxx ...
doesn't give me useful info. I give up with the
+relay solution because it generates too big file.
Thanks in advance. Stephan