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

Issue 199082: code review 199082: os/signal: send SIGCHLDs to Incoming (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 1 month ago by cw
Modified:
15 years, 1 month ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

os/signal: send SIGCHLDs to Incoming

Patch Set 1 #

Patch Set 2 : code review 199082: Stop ignoring SIGCHLD. #

Patch Set 3 : code review 199082: Stop ignoring SIGCHLD. #

Patch Set 4 : code review 199082: Stop ignoring SIGCHLD. #

Patch Set 5 : code review 199082: os/signal: send SIGCHLDs to Incoming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/pkg/runtime/darwin/signals.h View 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/freebsd/signals.h View 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/linux/signals.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17
cw
Hello rsc, dsymonds (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 1 month ago (2010-02-03 09:01:21 UTC) #1
dsymonds
LGTM
15 years, 1 month ago (2010-02-03 09:03:29 UTC) #2
cw
Actually... this won't work as-is. I just noticed time.Sleep() is terminating faster than expected because ...
15 years, 1 month ago (2010-02-03 09:19:27 UTC) #3
rsc
all.bash fails with this change.
15 years, 1 month ago (2010-02-03 09:21:28 UTC) #4
cw
On Wed, Feb 03, 2010 at 01:21:21AM -0800, Russ Cox wrote: > all.bash fails with ...
15 years, 1 month ago (2010-02-03 09:25:30 UTC) #5
rsc
> > > all.bash fails with this change. > > on what platform? > i ...
15 years, 1 month ago (2010-02-03 09:28:29 UTC) #6
rsc
more generally i don't understand the rationale behind using SIGCHLD when you can just start ...
15 years, 1 month ago (2010-02-03 09:31:45 UTC) #7
cw
On Wed, Feb 03, 2010 at 01:28:17AM -0800, Russ Cox wrote: > the change treats ...
15 years, 1 month ago (2010-02-03 09:32:21 UTC) #8
cw
*** Abandoned ***
15 years, 1 month ago (2010-02-03 09:41:40 UTC) #9
rsc
> > when the restart issue is resolve SIGTERM will need a different > behavior, ...
15 years, 1 month ago (2010-02-03 09:42:45 UTC) #10
cw
On Wed, Feb 03, 2010 at 01:42:41AM -0800, Russ Cox wrote: > There's nothing you ...
15 years, 1 month ago (2010-02-03 09:59:13 UTC) #11
rsc
> > > The idea behind the channel was that the app takes over the ...
15 years, 1 month ago (2010-02-03 10:07:23 UTC) #12
cw
Hello rsc, dsymonds, dsymonds1 (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 1 month ago (2010-02-04 06:31:21 UTC) #13
rsc
looks good but please update the description (hg change 199082) so that the first line ...
15 years, 1 month ago (2010-02-04 06:38:54 UTC) #14
cw
Hello rsc, dsymonds, dsymonds1 (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 1 month ago (2010-02-04 07:00:32 UTC) #15
rsc
LGTM looks great, thanks.
15 years, 1 month ago (2010-02-04 07:24:13 UTC) #16
rsc
15 years, 1 month ago (2010-02-04 07:24:33 UTC) #17
*** Submitted as http://code.google.com/p/go/source/detail?r=8034bd90d762 ***

os/signal: send SIGCHLDs to Incoming

R=rsc
CC=golang-dev
http://codereview.appspot.com/199082

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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