I am not sure if this is the correct forum the address the issue, please point me to correct place if this is not.

But, I have been getting this error when I am trying to run my executable thru gdb.

Code:
GNU gdb 6.6
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-pc-solaris2.10"...
DW_FORM_strp pointing outside of .debug_str section [in module ........ ]
And When I run this program, I get a few warnings:
Code:
warning: Temporarily disabling breakpoints for unloaded shared library "/usr/lib/ld.so.1"
warning: Lowest section in /lib/libthread.so.1 is .dynamic at 00000074
warning: Lowest section in /usr/lib/libsched.so.1 is .dynamic at 00000074
(no debugging symbols found)
And then the debugger just stops
Code:
Program received signal SIGSEGV, Segmentation fault.
0xf860a183 in ?? ()
I am using solaris 10
Code:
SunOS MySolaris01 5.10 Generic_118855-14 i86pc i386 i86pc
gdb Version 6.6
Code:
GNU gdb 6.6
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-pc-solaris2.10".
Can anyone please suggest any solution to this or any alternate debugger?


-- amitapm