[parisc-linux] Re: dlopen failed on 'libthread_db.so.1' -
/lib/libthread_db.so.1: undefined symbol: ps_pglobal_lookup
Carlos O'Donell
carlos at baldric.uwo.ca
Wed Dec 17 08:53:13 MST 2003
On Wed, Dec 17, 2003 at 10:32:20AM -0500, Carlos O'Donell wrote:
> Every pogram that links libthread_db.so.1 must provide a set of process
> control primities that will allow libthread_db to access memory and
> registers in the target process, start and stop the process, and lookup
> symbols. ps_pglobal_lookup is always UND in libthread_db, and gdb should
> have exported an arch version for the library to use :)
See:
gdb/proc-service.c
gdb/gdbserver/proc-service.c
*unless* You are insinuating that the loader has messed up the symbol
resolution and ps_pglobal_lookup exists but isn't resolved properly...
which is a whole 'nother can of wormns :)
c.
More information about the parisc-linux
mailing list