On Fri, Jul 11, 2008 at 07:57:59AM +0100, Julian Gilbey <[EMAIL PROTECTED]> wrote: > On Fri, Jul 11, 2008 at 07:17:34AM +0200, Mike Hommey wrote: > > On Fri, Jul 11, 2008 at 01:58:04AM +0100, Julian Gilbey wrote: > > > On Thu, Jun 26, 2008 at 10:04:16PM +0200, Mike Hommey wrote: > > > > Hi, > > > > > > > > All of you that still have the nsFrame::BoxReflow crash, can you try to > > > > run: > > > > xulrunner-1.9 /usr/lib/iceweasel/application.ini ? > > > > > > New to this bug (just upgraded my testing system - oops). Running > > > this command starts iceweasel perfectly, but running a plain iceweasel > > > command fails to do anything - it just sits there. (Haven't done any > > > straces or anything yet.) > > > > "It just sits there" doesn't sound like the same problem. Can you verify > > the stacktrace with gdb ? > > Attached is the result of running > strace -f iceweasel > > The backtrace on a running iceweasel (run from a command line without > any strace) is:
So this is confirmed, this is not the same thing. And you only shot yourself in the foot ;) You seem to have a /usr/local/bin/iceweasel script that wraps iceweasel with aoss. You should have used the ICEWEASEL_DSP=aoss (or auto) setting instead (in /etc/iceweasel/iceweaselrc or ~/.mozilla/firefox/rc, in which case the workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=435683 would have triggered. So, just remove your wrapper script, and check if ICEWEASEL_DSP=auto correctly detects aoss. (try iceweasel -V, this will display the calculated value for ICEWEASEL_DSP before running iceweasel) If it doesn't, set ICEWEASEL_DSP=aoss and be done. Alternatively, you can set MOZILLA_NO_JEMALLOC=1. Note that next upload will come with the patch i sent in upstream bugzilla applied, which will allow aoss to work properly with jemalloc. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]