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

Issue 8270001: Fix the handling of exceptions from process start (Closed)

Created:
9 years, 2 months ago by Søren Gjesse
Modified:
9 years, 2 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix the handling of exceptions from process start The privious change in r389 where the sockets used to communicate with the chile process did not work. Even though the Socket objects are not assigned any file descriptor they should still have their Dart port closed. If not the VM will not terminate. TBR=ager@google.com TEST=ProcessStartExceptionTest.dart BUG=none Committed: https://code.google.com/p/dart/source/detail?r=395

Patch Set 1 #

Patch Set 2 : Removed print #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -7 lines) Patch
M runtime/bin/process_impl.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/bin/socket_impl.dart View 2 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
9 years, 2 months ago (2011-10-13 13:31:38 UTC) #1
Mads Ager (google)
9 years, 2 months ago (2011-10-13 18:22:24 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698