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

Issue 164057: code review 164057: 'close' race fixed/suggestions from rcs (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 4 months ago by cw
Modified:
15 years, 4 months ago
Reviewers:
dho, rsc, agl
Visibility:
Public.

Description

'close' race fixed/suggestions from rcs Ref: Message-ID: <001485f6d9f46735c90479a3f25c@google.com>

Patch Set 1 : code review 164057: 'close' race fixed/suggestions from rcs #

Patch Set 2 : code review 164057: 'close' race fixed/suggestions from rcs #

Patch Set 3 : code review 164057: 'close' race fixed/suggestions from rcs #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -76 lines) Patch
M src/pkg/net/fd.go View 1 18 chunks +74 lines, -61 lines 2 comments Download
M src/pkg/net/sock.go View 1 4 chunks +18 lines, -6 lines 0 comments Download
M src/pkg/net/tcpsock.go View 1 3 chunks +6 lines, -4 lines 1 comment Download
M src/pkg/net/udpsock.go View 1 1 chunk +3 lines, -1 line 1 comment Download
M src/pkg/net/unixsock.go View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/syscall/mkerrors.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/zerrors_darwin_386.go View 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_darwin_amd64.go View 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_freebsd_386.go View 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_freebsd_amd64.go View 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_386.go View 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_amd64.go View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13
cw
Changes as suggested by rsc on the list. These do NOT fix the issue for ...
15 years, 4 months ago (2009-12-01 10:19:07 UTC) #1
cw
Hello rsc, dho, agl (cc: cw), I'd like you to review the following change.
15 years, 4 months ago (2009-12-01 19:45:06 UTC) #2
rsc
Probably these apply to dho's copy too. http://codereview.appspot.com/164057/diff/1023/1024 File src/pkg/net/fd.go (right): http://codereview.appspot.com/164057/diff/1023/1024#newcode208 src/pkg/net/fd.go:208: fd.incref(); I ...
15 years, 4 months ago (2009-12-01 19:58:56 UTC) #3
dho
2009/12/1 <rsc@golang.org>: > Probably these apply to dho's copy too. Yep. Synched with these in ...
15 years, 4 months ago (2009-12-01 20:06:55 UTC) #4
rsc
> Yep. Synched with these in my copy, #321 still passes; #360 still hanging. can ...
15 years, 4 months ago (2009-12-01 20:08:29 UTC) #5
dho
2009/12/1 Russ Cox <rsc@golang.org>: >> Yep. Synched with these in my copy, #321 still passes; ...
15 years, 4 months ago (2009-12-01 20:11:59 UTC) #6
rsc
The strace is only showing one thread. You have to say -f to make it ...
15 years, 4 months ago (2009-12-01 20:15:39 UTC) #7
dho
I can still get it with -f for whatever reason: execve("./6.out", ["./6.out"], [/* 49 vars ...
15 years, 4 months ago (2009-12-01 20:21:32 UTC) #8
cw
On Tue, Dec 01, 2009 at 12:15:31PM -0800, Russ Cox wrote: > The strace is ...
15 years, 4 months ago (2009-12-01 20:52:07 UTC) #9
rsc
>> That goroutine with the messed up stack is probably executing on the >> other ...
15 years, 4 months ago (2009-12-01 21:03:54 UTC) #10
dho
In any case, I'm doing a binary search between release and now to see if ...
15 years, 4 months ago (2009-12-01 21:06:40 UTC) #11
dho
2009/12/1 Devon H. O'Dell <devon.odell@gmail.com>: > In any case, I'm doing a binary search between ...
15 years, 4 months ago (2009-12-01 21:10:26 UTC) #12
cw
15 years, 4 months ago (2009-12-02 00:27:13 UTC) #13
*** Abandoned ***
Sign in to reply to this message.

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