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

Issue 9557043: code review 9557043: runtime: zeroize g->fnstart to not prevent GC of the closure (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by dvyukov
Modified:
10 years, 11 months ago
Reviewers:
minux1, dfc, iant
CC:
golang-dev, minux1, iant
Visibility:
Public.

Description

runtime: zeroize g->fnstart to not prevent GC of the closure Fixes issue 5493.

Patch Set 1 #

Patch Set 2 : diff -r bce231eb0fdd https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r bce231eb0fdd https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r bce231eb0fdd https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 5 : diff -r 647f336edfe8 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 6 : diff -r 647f336edfe8 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M src/pkg/runtime/proc.c View 1 1 chunk +1 line, -0 lines 0 comments Download
A test/fixedbugs/issue5493.go View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 9
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 11 months ago (2013-05-19 15:33:19 UTC) #1
minux1
LGTM. Please rename bug5493.go to issue5493.go to be consistent with other files in test/fixedbugs/.
10 years, 11 months ago (2013-05-19 15:45:45 UTC) #2
iant
LGTM Agree about renaming the test.
10 years, 11 months ago (2013-05-20 00:44:02 UTC) #3
dvyukov
On 2013/05/19 15:45:45, minux wrote: > LGTM. > > Please rename bug5493.go to issue5493.go to ...
10 years, 11 months ago (2013-05-20 04:17:06 UTC) #4
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=2c128d417029 *** runtime: zeroize g->fnstart to not prevent GC of the closure ...
10 years, 11 months ago (2013-05-20 04:17:45 UTC) #5
dfc
This has broken some of the 386 builders. On 20/05/2013, at 14:17, dvyukov@google.com wrote: > ...
10 years, 11 months ago (2013-05-20 04:34:06 UTC) #6
dvyukov
sent https://codereview.appspot.com/9573043 On Mon, May 20, 2013 at 8:33 AM, Dave Cheney <dave@cheney.net> wrote: > ...
10 years, 11 months ago (2013-05-20 06:57:51 UTC) #7
dfc
Thank you, I did not see that until just now and raised, https://code.google.com/p/go/issues/detail?id=5516 please feel ...
10 years, 11 months ago (2013-05-20 06:59:08 UTC) #8
dvyukov
10 years, 11 months ago (2013-05-20 07:05:44 UTC) #9
Message was sent while issue was closed.
On 2013/05/20 06:59:08, dfc wrote:
> Thank you, I did not see that until just now and raised,
> https://code.google.com/p/go/issues/detail?id=5516 please feel free to
> close it, or mark 9573043 as fixing issue 5516.

Added "Fixes issue 5516".

> 
> On Mon, May 20, 2013 at 4:57 PM, Dmitry Vyukov <mailto:dvyukov@google.com>
wrote:
> > sent https://codereview.appspot.com/9573043
> >
> > On Mon, May 20, 2013 at 8:33 AM, Dave Cheney <mailto:dave@cheney.net> wrote:
> >> This has broken some of the 386 builders.
> >>
> >> On 20/05/2013, at 14:17, mailto:dvyukov@google.com wrote:
> >>
> >>> *** Submitted as
> >>> https://code.google.com/p/go/source/detail?r=2c128d417029 ***
> >>>
> >>> runtime: zeroize g->fnstart to not prevent GC of the closure
> >>> Fixes issue 5493.
> >>>
> >>> R=golang-dev, minux.ma, iant
> >>> CC=golang-dev
> >>> https://codereview.appspot.com/9557043
> >>>
> >>>
> >>> https://codereview.appspot.com/9557043/
> >>>
> >>> --
> >>>
> >>> ---You received this message because you are subscribed to the Google
Groups
> "golang-dev" group.
> >>> To unsubscribe from this group and stop receiving emails from it, send an
> email to mailto:golang-dev+unsubscribe@googlegroups.com.
> >>> For more options, visit https://groups.google.com/groups/opt_out.
> >>>
> >>>
Sign in to reply to this message.

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