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?