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

Issue 10825473: Fix dart:io Process class on the Windows plaform, which had some race conditions. (Closed)

Created:
8 years, 4 months ago by Bill Hesse
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix dart:io Process class on the Windows plaform, which had some race conditions. BUG=dart:4414 Committed: https://code.google.com/p/dart/source/detail?r=11050

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M runtime/bin/process_win.cc View 3 chunks +9 lines, -5 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Bill Hesse
8 years, 4 months ago (2012-08-21 13:44:55 UTC) #1
Søren Gjesse
LGTM!
8 years, 4 months ago (2012-08-21 14:22:56 UTC) #2
Anders Johnsen
8 years, 4 months ago (2012-08-21 14:33:47 UTC) #3
DBC

https://chromiumcodereview.appspot.com/10825473/diff/1/runtime/bin/process_wi...
File runtime/bin/process_win.cc (right):

https://chromiumcodereview.appspot.com/10825473/diff/1/runtime/bin/process_wi...
runtime/bin/process_win.cc:515: return true;  // The process has already died. 
Report a successful kill.
Returning true here is inconsistent with linux/mac. Either update the
process.kill comment or change?

Powered by Google App Engine
This is Rietveld 408576698