RESOLVED FIXED136384
Crashes in IPC code under VisitedLinkProvider::pendingVisitedLinksTimerFired
https://bugs.webkit.org/show_bug.cgi?id=136384
Summary Crashes in IPC code under VisitedLinkProvider::pendingVisitedLinksTimerFired
Alexey Proskuryakov
Reported 2014-08-29 12:41:33 PDT
Attachments
proposed patch (15.82 KB, patch)
2014-08-29 13:15 PDT, Alexey Proskuryakov
sam: review-
proposed fix (16.35 KB, patch)
2014-08-29 14:30 PDT, Alexey Proskuryakov
sam: review+
Alexey Proskuryakov
Comment 1 2014-08-29 13:15:42 PDT
Created attachment 237370 [details] proposed patch
WebKit Commit Bot
Comment 2 2014-08-29 13:16:56 PDT
Attachment 237370 [details] did not pass style-queue: ERROR: Source/WebKit2/UIProcess/WebProcessProxy.cpp:39: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Sam Weinig
Comment 3 2014-08-29 13:25:15 PDT
Comment on attachment 237370 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=237370&action=review > Source/WebKit2/UIProcess/VisitedLinkProvider.cpp:54 > +static HashSet<VisitedLinkProvider*>& allVisitedLinkProviders() > +{ > + ASSERT(RunLoop::isMain()); > + static NeverDestroyed<HashSet<VisitedLinkProvider*>> providers; > + return providers; I don't think these should be globals. Instead, the WebProcessProxy should store this.
Alexey Proskuryakov
Comment 4 2014-08-29 14:30:26 PDT
Created attachment 237378 [details] proposed fix Makes sense.
Alexey Proskuryakov
Comment 5 2014-08-29 14:41:31 PDT
Note You need to log in before you can comment on or make changes to this bug.