Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* libpython2.4.so: Cannot load symbols for shared library with separate debuginfo
@ 2007-06-07 13:29 Alejandro Homs
  2007-06-07 13:57 ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Alejandro Homs @ 2007-06-07 13:29 UTC (permalink / raw)
  To: gdb

Hi,

I am trying to debug a Python C++ extension module. I have installed:

python-2.4-14:
  /usr/bin/python2.4              -> stripped
  /usr/lib/libpython.2.4.so.1.0   -> not stripped
python-debug-info-2.4.14:
  /usr/lib/debug/usr/bin/python2.4.debug
  /usr/lib/debug/usr/lib/libpython2.4.so.1.0.debug

I installed the latest gdb-6.6. When I load the core file, gdb reads the
symbols from python2.4.debug, but it does not read the
libpython2.4.so.1.0.debug with the debug information for the shared library.
I guess this is because it finds some symbols already on
libpython2.4.so.1.0, and does not attempt to search the separate debuginfo
file.

I tried with the symbol-file command, but it does not work. 

What can I do to debug libpython2.4.so?

Thanks a lot in advance

Alejandro



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-07 17:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-07 13:29 libpython2.4.so: Cannot load symbols for shared library with separate debuginfo Alejandro Homs
2007-06-07 13:57 ` Daniel Jacobowitz
2007-06-07 15:31   ` Alejandro Homs
2007-06-07 15:39     ` 'Daniel Jacobowitz'
2007-06-07 15:59     ` Andreas Schwab
2007-06-07 17:48       ` Alejandro Homs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox