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

Issue 9120004: Fix assertion failure in Process object, where non-integer pid could be passed to kill. (Closed)

Created:
8 years, 11 months ago by Bill Hesse
Modified:
8 years, 11 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix assertion failure in Process object, where non-integer pid could be passed to kill. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=3038

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M runtime/bin/process_impl.dart View 1 chunk +4 lines, -2 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Bill Hesse
8 years, 11 months ago (2012-01-06 12:30:28 UTC) #1
Søren Gjesse
8 years, 11 months ago (2012-01-06 13:43:20 UTC) #2
lgtm

http://codereview.chromium.org/9120004/diff/1/runtime/bin/process_impl.dart
File runtime/bin/process_impl.dart (right):

http://codereview.chromium.org/9120004/diff/1/runtime/bin/process_impl.dart#n...
runtime/bin/process_impl.dart:154: if (_closed && _pid === null) {
So we cannot ever have !_closed and _pid == null?

Powered by Google App Engine
This is Rietveld 408576698