[Webkit-unassigned] [Bug 109216] [Qt][WK2] Crash on window resize if WebProcess is closed/crashed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 7 17:39:55 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=109216
Rafael Brandao <rafael.lobo at openbossa.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rafael.lobo at openbossa.org
--- Comment #3 from Rafael Brandao <rafael.lobo at openbossa.org> 2013-02-07 17:42:03 PST ---
Also I think this is not enough to solve the whole issue. Look at WebPageProxy::processDidCrash, page proxy is already invalidated. Why would you try to access m_drawingArea from it if you know it's invalid? This crash would also happen if you try to access something from m_mainFrame, so fixing this null check here would probably not be enough.
What you could use: m_pageClient->processDidCrash() (already called from there).
So your page client know when this happened, and maybe you could show a error page with a kitten image? Or just try to reload the last url? Or maybe export this behavior as API for the Qt's WebView user decide what to do.
--
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