Unhandled dwarf expression

江枫思渺然 提交于 2019-12-09 14:38:09

问题


Can anybody tell me what exactly the following segmentation fault means?

Unhandled dwarf expression opcode 0x93

Its on solaris 10 i386.

Any advice appreciated.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/608361/unhandled-dwarf-expression

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