[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#412720: Additional information



On Sun, Mar  4, 2007 at 17:41:46 +0100, Marina Seikel wrote:

> Here is the output of the gdb:
> 
> ~$ sudo gdb /usr/bin/Xorg /etc/X11/core
> GNU gdb 6.4.90-debian
> Copyright (C) 2006 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i486-linux-gnu"...(no debugging symbols found)
> Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
> 
[snip]
> Core was generated by `X'.
> Program terminated with signal 6, Aborted.
> #0  0xb7fdd410 in ?? ()
> (gdb) bt full
> #0  0xb7fdd410 in ?? ()
> No symbol table info available.
> #1  0xbf83f3bc in ?? ()
> No symbol table info available.
> #2  0x00000006 in ?? ()
> No symbol table info available.
> #3  0x00000e8d in ?? ()
> No symbol table info available.
> #4  0xb7df6811 in raise () from /lib/tls/i686/cmov/libc.so.6
> No symbol table info available.
> #5  0xb7df7fb9 in abort () from /lib/tls/i686/cmov/libc.so.6
> No symbol table info available.
> #6  0x0809f495 in ddxGiveUp ()
> No symbol table info available.
> #7  0x081a24d3 in AbortServer ()
> No symbol table info available.
> #8  0x081a29e7 in FatalError ()
> No symbol table info available.
> #9  0x080c43c7 in xf86SigHandler ()
> No symbol table info available.
> #10 0xb7fdd420 in ?? ()
> No symbol table info available.
> #11 0x0000000b in ?? ()
> ---Type <return> to continue, or q <return> to quit---
> No symbol table info available.
> #12 0x00000033 in ?? ()
> No symbol table info available.
> #13 0x00000000 in ?? ()
> No symbol table info available.

Thanks, but for the backtrace to be usable, you need to use an X server
built with debugging symbols, which is not the case here.
Running dpkg-buildpackage with the DEB_BUILD_OPTIONS envvar set to
"nostrip" should be enough, hopefully.

Cheers,
Julien



Reply to: