Comment 3 for bug 145105

Revision history for this message
Gabriel de Perthuis (g2p) wrote :

I was unable to use the apport core-dump as per https://wiki.ubuntu.com/MozillaTeam/Bugs#head-523978f1f3009b1b57ef020d5e3ff8674e737f41 , I in fact got this:

gdb -nx /usr/lib/firefox/firefox-bin -core $TMPDIR/CoreDump -ex 'backtrace full' -ex 'thread apply all backtrace full' -ex 'quit' 2>&1 | tee gdb.log
GNU gdb 6.6-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 "x86_64-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
Cannot access memory at address 0x2b85dbd2dc68
#0 0x00002b85dc930fcb in ?? ()
No symbol table info available.
Cannot access memory at address 0x7fffcef8d228

I'm not sure I'll be able to reproduce it.