On Mon, May 08, 2006 at 05:55:39PM +0200, Jan Willem Stumpel wrote:
> Justin Pryzby wrote:
>
> > Could you install firefox-dbg and get a backtrace when it is in this
> > state? This itself will require ~128MB ram.
>
> I got firefox-dbg, but how do I get this backtrace?
At least 3 ways (since firefox has its own library directory).
1. run firefox normally, get it to "freeze", then switch to another
xserver or VT and do:
gdb -p `pidof firefox-bin`
[...]
bt
2. run:
gdb --args /usr/lib/firefox-bin
set environment LD_LIBRARY_PATH=/usr/lib/firefox:/usr/lib/debug
r
[...]
bt
3. run firefox -g
r
[...]
bt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]