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

Issue 68820045: code review 68820045: [release-branch.go1.2] runtime: fix crash in runtime.Go... (Closed)

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

Description

[release-branch.go1.2] runtime: fix crash in runtime.GoroutineProfile This CL is not exactly a copy of the original quoted below. This CL omits the changes made to mgc0.c in the original. Those changes do not apply cleanly to the Go 1.2 tree, and they were cosmetic, simplifying code that was already doing the right thing. To double-check that omitting the mgc0.c change has not invalidated the fix, I have verified by hand that the test program in issue 6946 fails without this CL and passes with this CL. ««« CL 41640043 / e4c381446b48 runtime: fix crash in runtime.GoroutineProfile This is a possible Go 1.2.1 candidate. Fixes issue 6946. R=iant, r CC=golang-dev https://codereview.appspot.com/41640043 »»»

Patch Set 1 #

Patch Set 2 : diff -r 405a8bbea181 https://code.google.com/p/go #

Patch Set 3 : diff -r 405a8bbea181 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -4 lines) Patch
M src/pkg/runtime/mprof.goc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/traceback_arm.c View 1 1 chunk +12 lines, -0 lines 0 comments Download
M src/pkg/runtime/traceback_x86.c View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello adg (cc: golang-dev@googlegroups.com, iant, r), I'd like you to review this change to https://code.google.com/p/go
10 years, 2 months ago (2014-02-28 03:50:42 UTC) #1
gobot
Replacing golang-dev with golang-codereviews. To the author of this CL: If you are using 'hg ...
10 years, 2 months ago (2014-02-28 03:52:56 UTC) #2
adg
LGTM
10 years, 2 months ago (2014-02-28 20:40:09 UTC) #3
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=7ada9e760ce3 *** [release-branch.go1.2] runtime: fix crash in runtime.GoroutineProfile This CL is not ...
10 years, 2 months ago (2014-02-28 22:14:04 UTC) #4
gobot
10 years, 2 months ago (2014-02-28 22:15:59 UTC) #5
Message was sent while issue was closed.
This CL appears to have broken the plan9-386-cnielsen builder.
Sign in to reply to this message.

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