openoffice.org errata i386 & x86_64

Neal Becker ndbecker2 at verizon.net
Mon Apr 26 01:19:37 UTC 2004


Colin Charles wrote:

> On Thu, 2004-04-22 at 11:23, Neal Becker wrote:
> 
>> I want to debug a shared lib extension I'm working on for python.  I
>> don't seem to be able to set a breakpoint in it - I'm guessing it's
>> because /usr/bin/python is stripped.  Would the python-debuginfo package
>> help?
> 
> Yup, thats what its for

OK, let's try it:

 rpm -q python-debuginfo
python-debuginfo-2.3.3-3

(gdb) run
Starting program: /usr/lib/debug/usr/bin/python.debug 
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint

Program received signal SIGSEGV, Segmentation fault.
0x00000000004105c0 in _start ()

Hmm..  Let's try this one instead:

(gdb) run
Starting program: /usr/lib/debug/usr/bin/python2.3.debug 
/bin/bash: /usr/lib/debug/usr/bin/python2.3.debug: ,: bad ELF interpreter:
No such file or directory
/bin/bash: line 1: /usr/lib/debug/usr/bin/python2.3.debug: Success

Program exited with code 01.
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
You can't do that without a process to debug.

Cool.  What the hell is this?





More information about the fedora-test-list mailing list