On Thu, Apr 20, 2006 at 01:54:08PM -0400, Chris Davies <[EMAIL PROTECTED]> 
wrote:
> even with the latest updates, this happened again once today.  No 
> iframe's on the page, however, there were a number of nested tables.
> 
> So, this bug still exists.  Should a new bug be opened?

This might be related to
https://bugzilla.mozilla.org/show_bug.cgi?id=343953 , which will be
fixed in next upload.

It would be helpful if you'd setup something so that you could get a
backtrace.
Here, I added a script doing the following in /etc/rcS.d:
mkdir -m 1777 /tmp/core
echo "/tmp/core/%e.%s.%p" > /proc/sys/kernel/core_pattern

Then I set ulimit -c to half my /tmp size so that I don't fill /tmp with
core files.

When you get a crash, you'll get a file named
/tmp/core/firefox-bin.SIG.PID (SIG is likely to be 11), which you can
use to get a full backtrace:
You first need to install firefox-dbg, then run firefox -g and type
core /tmp/core/firefox-bin.SIG.PID
bt full
and send the result here ;)

I think I'm going to add this recipe in the reportbug notice.

Cheers,

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to