WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Committed <
http://trac.webkit.org/changeset/79742
>.
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.
Top of Page
Format For Printing
XML
Clone This Bug