vote up 1 vote down star

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

flag
You'll need to specify the platform here. – Alex Fort Mar 3 at 21:49
1  
Hmmm... have you tried handling your dwarves? – Pesto Mar 3 at 21:52
sorry, solaris 10, i386 – moore Mar 3 at 21:52

2 Answers

vote up 1 vote down

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.

link|flag
hi, added some backtrace info - does it make any sense? – moore Mar 3 at 22:06
vote up 0 vote down

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

link|flag
Sorry, I don't have enough familiarity with Solaris to guess what those messages mean. – Greg Hewgill Mar 3 at 22:09
no problem. thanks. will try debug. – moore Mar 3 at 22:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.