Summary: | [Crash] com.apple.WebKit.WebContent at WebKit: WebKit::WebPage::fromCorePage() | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||
Component: | WebCore Misc. | Assignee: | Chris Dumez <cdumez> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | beidson, commit-queue, kling, koivisto, rniwa, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Chris Dumez
2017-02-02 09:21:34 PST
Created attachment 300415 [details]
Patch
Comment on attachment 300415 [details]
Patch
r=me
Even if this isn't the thing that fixes the bug, it's a *really* nice cleanup.
(In reply to comment #3) > Comment on attachment 300415 [details] > Patch > > r=me > Even if this isn't the thing that fixes the bug, it's a *really* nice > cleanup. If it does not fix the crashes, then I guess it would mean that someone is adding HistoryItem to PageCache for a given Page, after the Page has died. Sounds unlikely but we'll see. Comment on attachment 300415 [details] Patch Clearing flags on attachment: 300415 Committed r211569: <http://trac.webkit.org/changeset/211569> All reviewed patches have been landed. Closing bug. Comment on attachment 300415 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=300415&action=review > Source/WebCore/history/PageCache.cpp:472 > + // Increment iterator first so it stays invalid after the removal. You meant to say "stays valid". (In reply to comment #7) > Comment on attachment 300415 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=300415&action=review > > > Source/WebCore/history/PageCache.cpp:472 > > + // Increment iterator first so it stays invalid after the removal. > > You meant to say "stays valid". Indeed. Fixed in <http://trac.webkit.org/changeset/211676>, thanks. |