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

Issue 83093004: Fix shutdown races and move signal blocking into profiler (Closed)

Created:
7 years, 1 month ago by Cutch
Modified:
7 years, 1 month ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Fix shutdown race. - Move signal blocking out of dart.cc and isolate.cc and into profiler.cc. - Nest scope objects explicitly. - Add missing signal block in ProfilerManager::ShutdownIsolateForProfiling. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=30602

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -173 lines) Patch
M runtime/vm/dart.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 4 chunks +1 line, -7 lines 0 comments Download
M runtime/vm/profiler.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/profiler.cc View 1 2 3 12 chunks +198 lines, -160 lines 0 comments Download
M runtime/vm/profiler_android.cc View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download
M runtime/vm/profiler_linux.cc View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download
M runtime/vm/profiler_macos.cc View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Cutch
https://codereview.chromium.org/83093004/diff/60001/runtime/vm/profiler.cc File runtime/vm/profiler.cc (left): https://codereview.chromium.org/83093004/diff/60001/runtime/vm/profiler.cc#oldcode448 runtime/vm/profiler.cc:448: thread_id_ = 0; Only update the thread_id when scheduled. ...
7 years, 1 month ago (2013-11-22 23:30:18 UTC) #1
Ivan Posva
LGTM -ip
7 years, 1 month ago (2013-11-23 00:13:32 UTC) #2
Cutch
7 years, 1 month ago (2013-11-23 00:26:45 UTC) #3
Message was sent while issue was closed.
Committed patchset #5 manually as r30602 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698