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

Issue 2086993003: Fix crash bug in disassembler. (Closed)

Created:
4 years, 6 months ago by Florian Schneider
Modified:
4 years, 6 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix crash bug in disassembler. While disassembling optimized code we print ICData which can be concurrently updated by the mutator thread. This fixes this bug by moving the disassembler invocation to a safe point. BUG=#26441 R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/3d56626b2c213243293f61fa5339af053bc19e7f

Patch Set 1 #

Patch Set 2 : Fix crash bug in disassembler #

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

Messages

Total messages: 6 (2 generated)
Florian Schneider
4 years, 6 months ago (2016-06-22 16:59:02 UTC) #2
Florian Schneider
4 years, 6 months ago (2016-06-22 16:59:03 UTC) #3
rmacnak
lgtm
4 years, 6 months ago (2016-06-22 18:09:04 UTC) #4
Florian Schneider
4 years, 6 months ago (2016-06-22 18:23:46 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3d56626b2c213243293f61fa5339af053bc19e7f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698