Bug 53721
Summary: | Occasional crashes in WebPage::close when closing a window | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andersca, ap, sam |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Adam Roben (:aroben)
A couple of times, when closing a WebKit2 window, I've seen a crash in WebPage::close. The crash happens here: <http://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp?rev=77274#L391>. This is just after WebProcess::removeWebPage is called, so my guess is that that function is releasing the last reference to this object.
I don't have a way to reproduce this, nor do I have a backtrace. I'll get a backtrace the next time this crash occurs, and try to find repro steps.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/8956254>
Adam Roben (:aroben)
One time I saw this happen when running run-api-tests.
Adam Roben (:aroben)
*** Bug 55276 has been marked as a duplicate of this bug. ***
Adam Roben (:aroben)
Fixed by Alexey in r79742 (see bug 55276).
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 55276 ***
Alexey Proskuryakov
Since the fix was in in bug 55276, marking this one as a duplicate.