[webkit-reviews] review requested: [Bug 35251] [Qt] QtLauncher crashes on Mac OS and Linux when exiting with QGraphicsView mode enabled : [Attachment 51658] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 11:03:38 PDT 2010


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 35251: [Qt] QtLauncher crashes on Mac OS and Linux when exiting with
QGraphicsView mode enabled
https://bugs.webkit.org/show_bug.cgi?id=35251

Attachment 51658: Patch
https://bugs.webkit.org/attachment.cgi?id=51658&action=review

------- Additional Comments from Yael <yael.aharon at nokia.com>
This patch prevents QGraphicsWebView from accessing QWebPage in its destructor,
if QWebPage was previously deleted. The same is already done for QWebView.
On some web sites, we would still crash though.  The crash is due to r40160
which triggers all timers to fire after everything was deleted.


More information about the webkit-reviews mailing list