Comment 14 for bug 252079

Revision history for this message
In , Paweł Paprota (ppawel) wrote :

Try attaching a debugger (gdb) to it and printing back trace - this way we will know where does it hang in your case.

Launch Firefox, make it freeze, then find the PID of firefox-bin process and run command "gdb --pid=<firefox-bin pid you found>", then type "bt" when in gdb, paste the output.