This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem : "Unable to find 'load_info' symbol"



I tried to debug the core but it shows Unable to find 'load_info' symbol.
Any solutions for this ?   { The binary should be built with debugging
enabled option ? }

# gdb popper core
....
....
Core was generated by `popper'.
Program terminated with signal 8, Arithmetic exception.
Unable to find 'load_info' symbol

(gdb) bt
Unable to find 'load_info' symbol

(gdb) where
Unable to find 'load_info' symbol

(gdb) core core
Core was generated by `popper'.
Program terminated with signal 8, Arithmetic exception.
Unable to find 'load_info' symbol

(gdb) info signals
Signal        Stop      Print   Pass to program Description

SIGHUP        Yes       Yes     Yes             Hangup
SIGINT        Yes       Yes     No              Interrupt
SIGQUIT       Yes       Yes     Yes             Quit
SIGILL        Yes       Yes     Yes             Illegal instruction
SIGTRAP       Yes       Yes     No              Trace/breakpoint trap
SIGABRT       Yes       Yes     Yes             Aborted
SIGEMT        Yes       Yes     Yes             Emulation trap
SIGFPE        Yes       Yes     Yes             Arithmetic exception
SIGKILL       Yes       Yes     Yes             Killed
SIGBUS        Yes       Yes     Yes             Bus error
SIGSEGV       Yes       Yes     Yes             Segmentation fault

Another one :
=========

# gdb squid core
HP gdb 4.2.01 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 4.2.01 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for
warranty/support.
..
Core was generated by `gdb'.
Program terminated with signal 6, Aborted.
Unable to find 'load_info' symbol

(gdb) bt
Unable to find 'load_info' symbol
(gdb)

Can i get any solution/help ?

-Saravanan



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.740 / Virus Database: 494 - Release Date: 8/16/2004



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]