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

Issue 8506010: Simplify SIGCLD handler on linux and mac. (Closed)

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

Description

Simplify SIGCLD handler on linux and mac. Handle all dead processes on sigal. This avoids hanging because we missed some process terminations when they happened simultaneously. R=sgjesse@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=1354

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -53 lines) Patch
M runtime/bin/process_linux.cc View 1 chunk +18 lines, -26 lines 0 comments Download
M runtime/bin/process_macos.cc View 1 chunk +18 lines, -26 lines 0 comments Download
M tests/standalone/standalone.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (google)
9 years, 1 month ago (2011-11-09 13:33:17 UTC) #1
Søren Gjesse
9 years, 1 month ago (2011-11-09 13:34:37 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698