undefined symbols in /lib/libthread_db.so.1

Jakub Jelinek jakub@redhat.com
Mon May 19 22:43:00 GMT 2003


On Mon, May 19, 2003 at 06:38:54PM -0400, Jack Howarth wrote:
>    On debian ppc sid, using our debian glibc cvs 2.3.2-1 packages
> with a cvs pull of 05-16-03, I am seeing some undefined symbols
> in /lib/libthread_db.so.1...
> 
> ldd -r /lib/libthread_db.so.1
>         libc.so.6 => /lib/libc.so.6 (0x0fe80000)
>         /lib/ld.so.1 => /lib/ld.so.1 (0x08000000)
> undefined symbol: ps_pglobal_lookup     (/lib/libthread_db.so.1)
> undefined symbol: ps_pdwrite    (/lib/libthread_db.so.1)
> undefined symbol: ps_lsetfpregs (/lib/libthread_db.so.1)
> undefined symbol: ps_getpid     (/lib/libthread_db.so.1)
> undefined symbol: ps_lsetregs   (/lib/libthread_db.so.1)
> undefined symbol: ps_pdread     (/lib/libthread_db.so.1)
> undefined symbol: ps_lgetfpregs (/lib/libthread_db.so.1)
> undefined symbol: ps_lgetregs   (/lib/libthread_db.so.1)
> 
> Any idea of this is expected behavior and if so which

Yes.

> lib is defining these symbols?

s/lib/binary/, gdb is exporting these.

	Jakub



More information about the Libc-alpha mailing list