Can anybody tell me what exactly the following segmentation fault means?
Unhandled dwarf expression opcode 0x93
Its on solaris 10 i386.
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.