I'm trying to debug one of my crashes and it seems to be caused by the abort raised from some where, and my gdb is not giving the caller details instead just shows few frames in the callstack. Any suggestions would be most welcome in debugging this issue.
(gdb) bt
#0 0x76453fc4 in raise () from /lib/libc.so.0
#1 0x7644d654 in abort () from /lib/libc.so.0
#2 0x7644cc4c in ?? () from /lib/libc.so.0
warning: GDB can't find the start of the function at 0x7644cc4a.
Use
valgrind. It will be useful to compile with debug information (-gusing GCC) before usingvalgrind.