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

Issue 1236913006: Fix crash in code coverage generation. (Closed)

Created:
5 years, 5 months ago by koda
Modified:
5 years, 5 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org, zra, Ivan Posva
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix crash in code coverage generation. Separate the higher- and lower-level cleanup steps during isolate shutdown. The former (currently only code coverage and timeline) may need to allocate, but the latter should not. Add assertions. (cc:zra, who's working on clean shutdown) BUG=23848 R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/ee492893089edc0068e5cfcaeaf70f00b73d3901

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move timeline to first group. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -9 lines) Patch
M runtime/vm/isolate.cc View 1 4 chunks +28 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
koda
5 years, 5 months ago (2015-07-17 15:18:39 UTC) #2
rmacnak
LGTM w/c https://codereview.chromium.org/1236913006/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/1236913006/diff/1/runtime/vm/isolate.cc#newcode1503 runtime/vm/isolate.cc:1503: if ((timeline_event_recorder_ != NULL) && Move emitting ...
5 years, 5 months ago (2015-07-17 17:23:27 UTC) #3
koda
https://codereview.chromium.org/1236913006/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/1236913006/diff/1/runtime/vm/isolate.cc#newcode1503 runtime/vm/isolate.cc:1503: if ((timeline_event_recorder_ != NULL) && On 2015/07/17 17:23:26, rmacnak ...
5 years, 5 months ago (2015-07-17 17:45:31 UTC) #4
koda
5 years, 5 months ago (2015-07-17 20:06:26 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ee492893089edc0068e5cfcaeaf70f00b73d3901 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698