[Webkit-unassigned] [Bug 55671] REGRESSION (r79987-r80210): Crash in JSWeakObjectMapClear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 10:36:39 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55671





--- Comment #19 from Oliver Hunt <oliver at apple.com>  2011-03-11 10:36:39 PST ---
(In reply to comment #17)
> (In reply to comment #15)
> > Replace
> >  ASSERT(scriptExecutionContext)
> > 
> > with
> > 
> > if (!scriptExecutionContext) return;
> 
> Ok, I replaced that. Will I need to rebuild? That's basically a 2 hour process with max-ed out cpu during that time for me, unless a subsequent build is quicker after an initial build.

just build webcore (you don't need to rebuild anything else) and it should only recompile that one file, although linking will still probably take 10 minutes or so.

Do not do "clean" or anything like that though :)

Thanks for helping out with this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list