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

Issue 71900045: code review 71900045: os: document that Process.Wait only works on child processes (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by bradfitz
Modified:
10 years, 1 month ago
Reviewers:
gobot, mikio, iant
CC:
iant, golang-codereviews
Visibility:
Public.

Description

os: document that Process.Wait only works on child processes Fixes Issue 7072

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/ #

Total comments: 1

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

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

Messages

Total messages: 7
bradfitz
Hello iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 1 month ago (2014-03-06 18:59:36 UTC) #1
iant
LGTM https://codereview.appspot.com/71900045/diff/40001/src/pkg/os/doc.go File src/pkg/os/doc.go (right): https://codereview.appspot.com/71900045/diff/40001/src/pkg/os/doc.go#newcode42 src/pkg/os/doc.go:42: // On most operating systems, the Process must ...
10 years, 1 month ago (2014-03-06 19:42:29 UTC) #2
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=fb17c23eee74 *** os: document that Process.Wait only works on child processes Fixes ...
10 years, 1 month ago (2014-03-07 22:44:33 UTC) #3
gobot
This CL appears to have broken the freebsd-amd64 builder.
10 years, 1 month ago (2014-03-07 22:51:09 UTC) #4
mikio
not related to this cl, but it looks real. # GOMAXPROCS=2 runtime -cpu=1,2,4 --- FAIL: ...
10 years, 1 month ago (2014-03-07 23:07:47 UTC) #5
bradfitz
Please file a bug if it's real. On Fri, Mar 7, 2014 at 3:07 PM, ...
10 years, 1 month ago (2014-03-08 01:00:36 UTC) #6
mikio
10 years, 1 month ago (2014-03-08 01:10:24 UTC) #7
done: golang.org/issue/7496

On Sat, Mar 8, 2014 at 10:00 AM, Brad Fitzpatrick <bradfitz@golang.org> wrote:
> Please file a bug if it's real.
>
>
>
> On Fri, Mar 7, 2014 at 3:07 PM, Mikio Hara <mikioh.mikioh@gmail.com> wrote:
>>
>> not related to this cl, but it looks real.
>>
>> # GOMAXPROCS=2 runtime -cpu=1,2,4
>> --- FAIL: TestFutexsleep-2 (0.00 seconds)
>> futex_test.go:61: futexsleep test "after the year 2038" finished early
>> after 26.518us
>> FAIL
>>
>> hm, futexsleep on both BSDs has some issue especially when it runs
>> with ncpu=2 or more.
>
>
Sign in to reply to this message.

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