I'm getting the following error when trying to output a stack trace through GDB:
global symbol 'object' found in a.cpp psymtab but not in symtab
What does this error mean exactly, and is it caused by my code or is it a GDB issue?
I'm getting the following error when trying to output a stack trace through GDB:
global symbol 'object' found in a.cpp psymtab but not in symtab
What does this error mean exactly, and is it caused by my code or is it a GDB issue?