Operating System - HP-UX
1753797 Members
7404 Online
108805 Solutions
New Discussion

Unable to find __dld_flags symbol in object file.

 
vinutha
New Member

Unable to find __dld_flags symbol in object file.

Hi,
I have been trying to debug a core file using gdb on HP-UX 11.11 but can't see anything beyond the following warnings from gdb.

gdb ../../bin/https/bin/webservd ./core.2
GNU gdb 5.3
Copyright 2002 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 "hppa2.0n-hp-hpux11.00"...
(no debugging symbols found)...
Core was generated by `webservd'.
Program terminated with signal 11, Segmentation fault.
Unable to find __dld_flags symbol in object file.

#0 0xc020b598 in ?? ()
(gdb) where
#0 0xc020b598 in ?? ()
Cannot access memory at address 0x0
(gdb) bt
#0 0xc020b598 in ?? ()
Cannot access memory at address 0x0

I am unable to debug further without any stack trace. Any pointers to solve this would help.

Thanks,
Vinu
PS: Please reply to me directly since I am not on this forum.