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

Issue 875403006: Wait for eventhandler to shut down before exiting (Closed)

Created:
5 years, 10 months ago by kustermann
Modified:
5 years, 10 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Wait for eventhandler to shut down before exiting R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=43504

Patch Set 1 #

Total comments: 5

Patch Set 2 : Remove call to EventHandler::Stop() since VM doesn't support clean shutdown yet #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -15 lines) Patch
M dart/runtime/bin/eventhandler.h View 1 chunk +5 lines, -0 lines 0 comments Download
M dart/runtime/bin/eventhandler.cc View 2 chunks +24 lines, -1 line 0 comments Download
M dart/runtime/bin/eventhandler_android.cc View 1 chunk +10 lines, -8 lines 0 comments Download
M dart/runtime/bin/eventhandler_linux.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M dart/runtime/bin/eventhandler_macos.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M dart/runtime/bin/eventhandler_win.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
kustermann
@sgjesse: This race between - exit() in the main thread [which invokes destructors of global/static ...
5 years, 10 months ago (2015-02-04 20:58:43 UTC) #2
Søren Gjesse
lgtm https://codereview.chromium.org/875403006/diff/1/dart/runtime/bin/eventhandler.h File dart/runtime/bin/eventhandler.h (right): https://codereview.chromium.org/875403006/diff/1/dart/runtime/bin/eventhandler.h#newcode123 dart/runtime/bin/eventhandler.h:123: * Signal to main thread that event handler ...
5 years, 10 months ago (2015-02-04 21:57:09 UTC) #3
kustermann
I removed now the call to stop the eventhandler when cleaning up, since the VM ...
5 years, 10 months ago (2015-02-05 12:15:58 UTC) #5
Søren Gjesse
On 2015/02/05 12:15:58, kustermann wrote: > I removed now the call to stop the eventhandler ...
5 years, 10 months ago (2015-02-05 12:35:38 UTC) #6
kustermann
5 years, 10 months ago (2015-02-05 13:16:33 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 43504.

Powered by Google App Engine
This is Rietveld 408576698