RESOLVED FIXED 55276
WebPage::close() accesses "this" after it is destroyed.
https://bugs.webkit.org/show_bug.cgi?id=55276
Summary WebPage::close() accesses "this" after it is destroyed.
Alexey Proskuryakov
Reported 2011-02-25 16:05:52 PST
Causes crashes with GuardMalloc. WebProcess::shared().removeWebPage(m_pageID); // Can destroy "this" if (m_isRunningModal) { m_isRunningModal = false;
Attachments
proposed patch (1.37 KB, patch)
2011-02-25 16:11 PST, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2011-02-25 16:11:15 PST
Created attachment 83896 [details] proposed patch
Alexey Proskuryakov
Comment 2 2011-02-25 16:25:57 PST
Adam Roben (:aroben)
Comment 3 2011-02-27 08:23:05 PST
*** This bug has been marked as a duplicate of bug 53721 ***
Alexey Proskuryakov
Comment 4 2011-02-27 10:49:20 PST
*** Bug 53721 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.