Monday, April 11, 2011

Unhandled dwarf expression

hello

can anyone tell me what exactly the following means that occurs during segmentation fault.

Unhandled dwarf expression opcode 0x93

any advice appreciated,

Edit : Its on solaris 10 i386

From stackoverflow
  • 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.

  • hello, thanks for reply. this is available from gdb. mentioned debug related info. never seen a trace like this so will need to read the material you pointed at. does the info below suggest anything useful??

    thanks.

    Reading symbols from /lib/libdl.so.1...done.

    warning: rw_common (): unable to read at addr 0x0

    warning: sol_thread_new_objfile: td_ta_new: Debugger service failed Loaded symbols for /lib/libdl.so.1 Reading symbols from /opt/csw/lib/libz.so...done.

    warning: rw_common (): unable to read at addr 0x0

    warning: sol_thread_new_objfile: td_ta_new: Debugger service failed Loaded symbols for /opt/csw/lib/libz.so Reading symbols from /lib/libm.so.1...done.

    warning: rw_common (): unable to read at addr 0x0

    warning: sol_thread_new_objfile: td_ta_new: Debugger service failed Loaded symbols for /lib/libm.so.1 Reading symbols from /opt/csw/lib/libnet.so...done.

    warning: rw_common (): unable to read at addr 0x0

    warning: sol_thread_new_objfile: td_ta_new: Debugger service failed Loaded symbols for /opt/csw/lib/libnet.so Reading symbols from /lib/libgen.so.1...done.

    warning: rw_common (): unable to read at addr 0x0

    warning: sol_thread_new_objfile: td_ta_new: Debugger service failed Loaded symbols for /lib/libgen.so.1 Reading symbols from /lib/libaio.so.1...done.

    warning: rw_common (): unable to read at addr 0x0

    warning: sol_thread_new_objfile: td_ta_new: Debugger service failed Loaded symbols for /lib/libaio.so.1 Reading symbols from /lib/libmd5.so.1...done.

    warning: rw_common (): unable to read at addr 0x0

    warning: sol_thread_new_objfile: td_ta_new: Debugger service failed Loaded symbols for /lib/libmd5.so.1 Reading symbols from /lib/libresolv.so.2...done.

    warning: rw_common (): unable to read at addr 0x0

    warning: sol_thread_new_objfile: td_ta_new: Debugger service failed Loaded symbols for /lib/libresolv.so.2

    Greg Hewgill : Sorry, I don't have enough familiarity with Solaris to guess what those messages mean.

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.