Comment 8 for bug 109566

Revision history for this message
Hilario J. Montoliu (hjmf) (hmontoliu) wrote : Re: [Bug 109566] Re: firefox crashed

El vie, 27-04-2007 a las 07:30 +0000, Neilen Marais escribió:
> hjmf: The problem is that firefox doesn't actually crash, it just hangs
> ...

I see.

Try to run firefox with package firefox-dbg (or firefox-dbgsym)
*installed*. As follows:

~$ firefox -safe-mode -g 2>&1 | tee firefox.run.log

At gdb prompt type "run" to start the program; do whatever do you need
to do to force this behavior and once firefox freezes type at gdb
console 'ctrl-d' to get the prompt; then type:

(gdb) bt full
(gdb) thead apply all bt full

Exit and upload the firefox.run.log file.

Let's see if that will show any useful info.

Thanks in advance.