Re: Get calling stack after application crash

2003-09-29 Thread Eric Pouech
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

Re: Get calling stack after application crash

2003-09-29 Thread BiGgUn
Hi Unfortunately, when i have tried 'bt' yet. winedbg complains that there is no process loaded :( So there is no backtrace. Stephan

Re: Get calling stack after application crash

2003-09-29 Thread Fabian Cenedese
> 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

Get calling stack after application crash

2003-09-27 Thread BiGgUn
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