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

Issue 132903009: Fix bug in iteration over DelaySet. (Closed)

Created:
6 years, 11 months ago by Florian Schneider
Modified:
6 years, 10 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Vyacheslav Egorov (Google)
Visibility:
Public.

Description

Fix bug in iteration over DelaySet. The set may be modfied while iterating over it. I create a temporary vector with a copy of the iterator range for iteration. This seems to fix the frequent crash with certain Polymer apps in Dartium BUG=dartbug.com/16231 R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=32063 Committed: https://code.google.com/p/dart/source/detail?r=32070

Patch Set 1 #

Patch Set 2 : fixed Windows compilation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M runtime/vm/gc_marker.cc View 1 3 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Florian Schneider
6 years, 11 months ago (2014-01-27 13:33:34 UTC) #1
Ivan Posva
LGTM -Ivan
6 years, 11 months ago (2014-01-27 18:26:36 UTC) #2
Florian Schneider
Committed patchset #1 manually as r32063 (presubmit successful).
6 years, 11 months ago (2014-01-28 10:26:03 UTC) #3
Florian Schneider
TBR: Updated CL with fixed Windows compilation: MSVS does not like the use of multimap::value_type, ...
6 years, 10 months ago (2014-01-28 15:26:09 UTC) #4
Florian Schneider
6 years, 10 months ago (2014-01-28 15:31:41 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r32070 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698