Brian Lu wrote: > Hi, experts, > > A Cu has problem to debug their application on both OpenSolaris and S10. > This is the error message: > > This GDB was configured as "i386-pc-solaris2.11"...BFD: > application-name: invalid string offset 10535297 >= 96 for section > `.shstrtab'
So, this is a message the debugger is producing? > Segmentation Fault (core dumped) > > They have this error message on both Opensolaris+x86 (gdb version ? 6.3) > and Solaris10+x86 (gdb evrsion ? 6.6) > > and dbx crashes just like gdb. > > Can anyone tell me why and how to solve this issue? What does: % elfdump application-name > /dev/null reveal? The output is sent to the bit-bucket so that all you'll see are any error conditions elfdump finds (sent to stderr). -- Rod