开发者

Global symbol not in symtab

开发者 https://www.devze.com 2023-01-05 18:35 出处:网络
I\'m getting the following error when trying to output a stack trace through GDB: global symbol \'object\' found in a.cpp

I'm getting the following error when trying to output a stack trace through GDB:

global symbol 'object' found in a.cpp ps开发者_C百科ymtab but not in symtab

What does this error mean exactly, and is it caused by my code or is it a GDB issue?


I think it's gdb issue. Try gdb 7.0 or 7.1

0

精彩评论

暂无评论...
验证码 换一张
取 消