Unhandled dwarf expression

牧云@^-^@ 提交于 2019-12-04 00:18:15

This sort of error message ("unhandled dwarf expression") can occur if your version of GDB is too old (older than the compiler that generated the code). Try installing the latest version of gdb and running that.

This may not immediately help, but "dwarf" probably refers to the DWARF Debugging Standard.

The wikipedia entry for DWARF indicates that the file format contains "byte-coded instructions for simple, special-purpose finite state machines". This may mean that you have a corrupted debug info file of some kind, but without more information I wouldn't be able to guess further.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!