Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Issue 1410373006: Fix weak processing over cleared hash tables. (Closed)

Created:
5 years, 1 month ago by sof
Modified:
5 years, 1 month ago
CC:
chromium-reviews, blink-reviews, blink-reviews-wtf_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix weak processing over cleared hash tables. When a hash table of weak references is traced during the GC marking phase, a weak callback is registered for processing after that initial marking pass. The hash table may be populated with entries at the time when that weak callback is registered, but may end up being cleared before the weak callback actually gets to run. Account for that latter possibility by having the weak callback being invoked first gracefully check if the backing table exists before proceeding to process it. R=haraken BUG=549732 NOTRY=true Committed: https://crrev.com/2a08258a857e6730f3cd11552944f74e1b79ec51 Cr-Commit-Position: refs/heads/master@{#357282}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M third_party/WebKit/Source/wtf/HashTable.h View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 21 (11 generated)
sof
please take a look.
5 years, 1 month ago (2015-10-31 12:41:43 UTC) #2
haraken
LGTM, thanks for the fix!
5 years, 1 month ago (2015-10-31 19:25:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410373006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410373006/1
5 years, 1 month ago (2015-10-31 22:19:55 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/134293)
5 years, 1 month ago (2015-11-01 00:41:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410373006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410373006/1
5 years, 1 month ago (2015-11-01 01:17:19 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/134310)
5 years, 1 month ago (2015-11-01 03:37:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410373006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410373006/1
5 years, 1 month ago (2015-11-01 04:47:17 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410373006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410373006/1
5 years, 1 month ago (2015-11-01 06:06:12 UTC) #19
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-11-01 06:09:55 UTC) #20
commit-bot: I haz the power
5 years, 1 month ago (2015-11-01 06:10:51 UTC) #21
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/2a08258a857e6730f3cd11552944f74e1b79ec51
Cr-Commit-Position: refs/heads/master@{#357282}

Powered by Google App Engine
This is Rietveld 408576698