[Webkit-unassigned] [Bug 60559] Frequent crashes beneath WebCore::ScriptElement::prepareScript
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 16 06:25:23 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60559
Tony Gentilcore <tonyg at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit-unassigned at lists.web |tonyg at chromium.org
|kit.org |
--- Comment #12 from Tony Gentilcore <tonyg at chromium.org> 2011-05-16 06:25:23 PST ---
In notifyFinished() and executeScriptsWaitingForStylesheets() we un-pause immediately before script execution, but in runScriptsForPausedTreeBuilder() we leave it paused during execution. It looks like we should always unpause before execution. I'll put together a repo and patch.
--
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