WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
136384
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
rdar://problem/16991213
Attachments
proposed patch
(15.82 KB, patch)
2014-08-29 13:15 PDT
,
Alexey Proskuryakov
sam
: review-
Details
Formatted Diff
Diff
proposed fix
(16.35 KB, patch)
2014-08-29 14:30 PDT
,
Alexey Proskuryakov
sam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
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
Committed <
http://trac.webkit.org/changeset/173121
>.
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