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

Issue 69970052: code review 69970052: net/http/cgi: kill child CGI process on copy error (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by bradfitz
Modified:
10 years, 2 months ago
Reviewers:
gobot, rsc, 0intro, ality
CC:
golang-codereviews, rsc, iant
Visibility:
Public.

Description

net/http/cgi: kill child CGI process on copy error Fixes Issue 7196

Patch Set 1 #

Patch Set 2 : diff -r 7a45730704af https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 7a45730704af https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 7a45730704af https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -1 line) Patch
M src/pkg/net/http/cgi/host.go View 1 2 3 4 3 chunks +12 lines, -0 lines 0 comments Download
M src/pkg/net/http/cgi/matryoshka_test.go View 1 4 chunks +92 lines, -1 line 0 comments Download

Messages

Total messages: 16
bradfitz
Hello golang-codereviews@googlegroups.com (cc: iant@golang.org, rsc@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 2 months ago (2014-03-06 18:44:13 UTC) #1
rsc
LGTM It's harmless as long as the pid doesn't get reused, and the pid shouldn't ...
10 years, 2 months ago (2014-03-06 19:22:32 UTC) #2
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=340da08f5f54 *** net/http/cgi: kill child CGI process on copy error Fixes Issue ...
10 years, 2 months ago (2014-03-06 19:24:33 UTC) #3
gobot
This CL appears to have broken the darwin-386-cheney builder.
10 years, 2 months ago (2014-03-06 19:46:14 UTC) #4
0intro
This change made the net/http/cgi test to hang on the Plan 9 builder. It doesn't ...
10 years, 2 months ago (2014-03-06 21:31:11 UTC) #5
rsc
does plan 9 implement os.(*Process).Kill?
10 years, 2 months ago (2014-03-06 22:09:04 UTC) #6
0intro
> does plan 9 implement os.(*Process).Kill? Yes, it's implemented in pkg/os/exec_plan9.go. Disabling the call to ...
10 years, 2 months ago (2014-03-06 22:23:05 UTC) #7
0intro
Could we disable this test on Plan 9 until we figure out this problem? I ...
10 years, 2 months ago (2014-03-06 23:05:45 UTC) #8
bradfitz
I guess, but that's a pretty lame way to get an "ok" on the dashboard. ...
10 years, 2 months ago (2014-03-06 23:07:05 UTC) #9
0intro
> I guess, but that's a pretty lame way to get an "ok" on the ...
10 years, 2 months ago (2014-03-06 23:18:44 UTC) #10
rsc
can you run ps before and after the kill? my guess is that the kill ...
10 years, 2 months ago (2014-03-06 23:29:51 UTC) #11
0intro
> can you run ps before and after the kill? my guess is that the ...
10 years, 2 months ago (2014-03-06 23:40:25 UTC) #12
ality
Russ Cox <rsc@golang.org> once said: > can you run ps before and after the kill? ...
10 years, 2 months ago (2014-03-07 00:54:56 UTC) #13
0intro
Sending a kill note to the process seems to lead to the same behavior as ...
10 years, 2 months ago (2014-03-07 15:43:44 UTC) #14
ality
David du Colombier <0intro@gmail.com> once said: > Sending a kill note to the process seems ...
10 years, 2 months ago (2014-03-07 15:57:28 UTC) #15
0intro
10 years, 2 months ago (2014-03-07 16:17:42 UTC) #16
Thanks. Don't hesitate to share your CL when it will be ready, so I
could take a look and try on my side.

-- 
David du Colombier
Sign in to reply to this message.

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