I ran my program with strace (strace /my/app
) and it crashed, dumping a core file. When I open the core in gdb, the executable being “debugged” is strace, not my app.
Can I load symbols for my app and debug it from this core? How?
I ran my program with strace (strace /my/app
) and it crashed, dumping a core file. When I open the core in gdb, the executable being “debugged” is strace, not my app.
Can I load symbols for my app and debug it from this core? How?