Bug 55276

Summary: WebPage::close() accesses "this" after it is destroyed.
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, aroben
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
Attachments:
Description Flags
proposed patch andersca: review+

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.