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

Issue 915093005: Fix flaky disassembler crashes: do not call FindObject while concurrently sweeping. (Closed)

Created:
5 years, 10 months ago by koda
Modified:
5 years, 10 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix flaky disassembler crashes: do not call FindOldObject while concurrently sweeping. The ia32 and x64 disassemblers call FindOldObject when trying to interpret addresses in the code. It's not safe to walk a heap page while it's being swept. BUG=dart:22087 R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=43729

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M runtime/vm/heap.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
koda
5 years, 10 months ago (2015-02-12 02:03:02 UTC) #2
Ivan Posva
LGTM -ip
5 years, 10 months ago (2015-02-12 04:22:05 UTC) #3
koda
5 years, 10 months ago (2015-02-12 17:18:29 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r43729 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698