On Sun, 2007-08-26 at 06:34 +0000, Yannick wrote:
> Wouhouuu, I did it :) It took me some time to figure out what I had to do, 
> but I figured it out ;)
> OK, here is the log you asked...I might have done it wrong, but now I 
> understood it, i can do it again :)

great :)

> Also, ususally, firefox crash, but today, when trying to reproduce it, 
> through the "run" command with dbg, it froze, but didn't quit on itself. I 
> had to close it, then Confirm it, even though a window appear asking if I 
> really wanted to kill Firefox that was frozen.
> ==>In one word: the log might be wrong, because the effect of the bug were 
> not the same as usual ;)
> But I could try to reproduce it the way it does outside the "run" command.

That's OK, it's the way gdb handles the crashes.

> ** Attachment added: "gdb log"
>    http://launchpadlibrarian.net/8998210/gdb-firefox.log

Cool! However some symbols still unresolved. Please install the missing
debug symbol packages and try to get a new stack backtrace; to do it
first add the dbgsym repo in /etc/apt/sources.list: 

~# echo "deb http://people.ubuntu.com/~pitti/ddebs gutsy main universe"
>> /etc/apt/sources.list 
~# apt-get update

Second download the missing packages, in this case seem to be:

~# apt-get install gtk-qt-engine-dbgsym libc6-i686-dbgsym
libglib2.0-0-dbgsym libx11-6-dbgsym

And finally repeat the dbg run the same way you already did it.

Thanks in advance.

-- 
Hilario J. Montoliu <[EMAIL PROTECTED]>

-- 
[GUTSY] firefox crashed
https://bugs.launchpad.net/bugs/134701
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to