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

Issue 149450: Fixed issue 401: os.system() hangs on Mac OS X. (Closed)

Created:
11 years, 5 months ago by Mikhail Naganov
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry, Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Fixed issue 401: os.system() hangs on Mac OS X. Fixed by falling back to using 'waitpid' instead of 'waitid'. BUG=http://code.google.com/p/v8/issues/detail?id=401 Committed: http://code.google.com/p/v8/source/detail?r=2424

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M src/d8-posix.cc View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Mikhail Naganov
11 years, 5 months ago (2009-07-10 08:31:32 UTC) #1
Erik Corry
LGTM
11 years, 5 months ago (2009-07-10 08:33:06 UTC) #2
Kasper Lund
11 years, 5 months ago (2009-07-10 08:40:02 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698