Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(615)

Issue 5700045: code review 5700045: os: make Wait return on SIGSTOP on unix (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by bytbox
Modified:
12 years, 2 months ago
Reviewers:
CC:
golang-dev
Visibility:
Public.

Description

os: make Wait return on SIGSTOP on unix Fixes issue 3111.

Patch Set 1 #

Patch Set 2 : diff -r 71e709c69318 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 71e709c69318 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 71e709c69318 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 71e709c69318 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/os/exec_unix.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11
bytbox
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2012-02-23 09:41:22 UTC) #1
minux1
issue description: s/linux/unix/, this is not linux specific change. Why not add WCONTINUED and WUNTRACED ...
12 years, 2 months ago (2012-02-23 09:52:47 UTC) #2
bytbox
Hello golang-dev@googlegroups.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2012-02-23 10:12:44 UTC) #3
bytbox
Agreed on both; changed. On Thu, 23 Feb 2012, minux wrote: > issue description: s/linux/unix/, ...
12 years, 2 months ago (2012-02-23 10:13:04 UTC) #4
iant2
FYI I understand that it is good to be able to see whether a process ...
12 years, 2 months ago (2012-02-23 13:10:26 UTC) #5
bytbox
Perhaps add WaitSignal with the new behavior, and leave Wait, then? On Thu, 23 Feb ...
12 years, 2 months ago (2012-02-23 16:07:40 UTC) #6
rsc
No thanks. Package os is for portable behavior, and this is not portable. Process.Wait is ...
12 years, 2 months ago (2012-02-23 16:44:30 UTC) #7
bytbox
Is either behavior portable? I ask because right now, the windows implementation seems more analagous ...
12 years, 2 months ago (2012-02-23 16:51:31 UTC) #8
rsc
Process.Wait is defined to wait for the process to exit/be killed/never going to run again/whatever. ...
12 years, 2 months ago (2012-02-23 16:57:15 UTC) #9
rsc
Removing reviewers.
12 years, 2 months ago (2012-02-23 20:30:07 UTC) #10
bytbox
12 years, 2 months ago (2012-02-23 20:34:47 UTC) #11
*** Abandoned ***
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b