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

Issue 1406013004: Fixes shutdown crashes. (Closed)

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

Description

Fixes shutdown crashes. - Restores fix to debug message queue. - Fixes for precompilation. BUG= R=johnmccutchan@google.com, rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/1fb050baa0fbff42ffc9f4d12ebbe92402880643

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 6

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -8 lines) Patch
M runtime/vm/debugger.cc View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/service_isolate.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/virtual_memory.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/virtual_memory.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/virtual_memory_android.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/virtual_memory_linux.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/virtual_memory_macos.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/virtual_memory_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
zra
https://codereview.chromium.org/1406013004/diff/1/runtime/bin/dbg_message.cc File runtime/bin/dbg_message.cc (right): https://codereview.chromium.org/1406013004/diff/1/runtime/bin/dbg_message.cc#newcode1415 runtime/bin/dbg_message.cc:1415: if (msg_queue != NULL) { The vm isolate does ...
5 years, 1 month ago (2015-10-26 20:51:10 UTC) #2
rmacnak
precompilation lgtm w/ suggested rename https://codereview.chromium.org/1406013004/diff/20001/runtime/vm/virtual_memory.cc File runtime/vm/virtual_memory.cc (right): https://codereview.chromium.org/1406013004/diff/20001/runtime/vm/virtual_memory.cc#newcode37 runtime/vm/virtual_memory.cc:37: memory->dummy_ = true; How ...
5 years, 1 month ago (2015-10-26 21:38:15 UTC) #3
Cutch
https://codereview.chromium.org/1406013004/diff/20001/runtime/bin/dbg_message.cc File runtime/bin/dbg_message.cc (right): https://codereview.chromium.org/1406013004/diff/20001/runtime/bin/dbg_message.cc#newcode1415 runtime/bin/dbg_message.cc:1415: if (msg_queue != NULL) { As discussed offline- this ...
5 years, 1 month ago (2015-10-26 21:39:44 UTC) #4
zra
https://codereview.chromium.org/1406013004/diff/20001/runtime/bin/dbg_message.cc File runtime/bin/dbg_message.cc (right): https://codereview.chromium.org/1406013004/diff/20001/runtime/bin/dbg_message.cc#newcode1415 runtime/bin/dbg_message.cc:1415: if (msg_queue != NULL) { On 2015/10/26 21:39:44, Cutch ...
5 years, 1 month ago (2015-10-26 21:49:58 UTC) #5
Cutch
lgtm
5 years, 1 month ago (2015-10-26 22:20:58 UTC) #6
zra
5 years, 1 month ago (2015-10-26 22:43:30 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1fb050baa0fbff42ffc9f4d12ebbe92402880643 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698