On Sun, Nov 01, 2009 at 01:07:02AM +0300, Samium Gromoff wrote:
Good day folks,
Attached is the SEGV bugreport I sent to debian.
I tried to convince ld to use /usr/lib/debug, via LD_LIBRARY_PATH,
and run the thing under gdb 7.0, but it won't use debug libraries
for some reason.
You don't need to point to /usr/lib/debug, for two reasons:
- The files there are empty nutshells as far as binaries are concerned.
They only contain the debugging symbols.
- gdb is going to load files from there automatically for each file it
has loaded and doesn't contain debugging symbols.
Mike