[Webkit-unassigned] [Bug 93237] [Qt] When deleting a webview that has an open javascript alert will cause a crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 29 20:37:36 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93237
Matt Horan <matt at matthoran.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matt at matthoran.com
--- Comment #2 from Matt Horan <matt at matthoran.com> 2012-08-29 20:37:43 PST ---
We're seeing a similar issue in capybara-webkit. See the discussion here: http://git.io/jKcw_g.
Basically, if deleteLater causes a WebPage to be deleted while evaluateJavaScript is still running, the resultant message is delivered by WebCore/JSC internals to an invalid object. This results in a segfault.
Although the errors in capybara-webkit require redesign to work properly, given that loadFinished does not signify that javaScriptWindowObjectCleared has been fired, it is still concerning that using deleteLater still causes a segfault, even though it is supposed to wait for all signals to be delivered.
--
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