Unhandled dwarf expression

moore picture moore · Mar 3, 2009 · Viewed 14.4k times · Source

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

Unhandled dwarf expression opcode 0x93

Its on solaris 10 i386.

Any advice appreciated.

Answer

psmears picture psmears · Jul 24, 2011

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.