[Bug 793292] [NEW] gdb cannot find debugging symbols for ld-linux-x86-64.so
Rockwalrus
793292 at bugs.launchpad.net
Sun Jun 5 22:37:23 UTC 2011
Public bug reported:
Even though libc6-dbg contains the debugging symbols for ld-
linux-x86-64.so, gdb cannot find them.
A workaround is the following series of commands in gdb:
info share ld-linux
Note down the address in the "from" column and substitute it for ADDRESS in the next command.
add-symbol-file /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.13.so ADDRESS
** Affects: eglibc (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/793292
Title:
gdb cannot find debugging symbols for ld-linux-x86-64.so
Status in “eglibc” package in Ubuntu:
New
Bug description:
Even though libc6-dbg contains the debugging symbols for ld-
linux-x86-64.so, gdb cannot find them.
A workaround is the following series of commands in gdb:
info share ld-linux
Note down the address in the "from" column and substitute it for ADDRESS in the next command.
add-symbol-file /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.13.so ADDRESS
More information about the foundations-bugs
mailing list