This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Call Stack in GDB



I use sometimes GDB to debug applications. When I set up a break point I can see call stack. When program is crashed (in a codec) I can see only call stack of closed source code but not call stack of main program.

Have somebody same problem? How to solve it?