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

Issue 12609043: code review 12609043: runtime: fix traceback in cgo programs (Closed)

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

Description

runtime: fix traceback in cgo programs Fixes issue 6061.

Patch Set 1 #

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

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

Total comments: 1

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -3 lines) Patch
M src/pkg/runtime/crash_cgo_test.go View 1 2 3 4 2 chunks +27 lines, -0 lines 0 comments Download
M src/pkg/runtime/panic.c View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 4
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
11 years, 7 months ago (2013-08-07 20:00:35 UTC) #1
dvyukov
https://codereview.appspot.com/12609043/diff/6001/src/pkg/runtime/proc.c File src/pkg/runtime/proc.c (right): https://codereview.appspot.com/12609043/diff/6001/src/pkg/runtime/proc.c#newcode724 src/pkg/runtime/proc.c:724: gp->goid = runtime·xadd64(&runtime·sched.goidgen, 1); I've moved this, so that ...
11 years, 7 months ago (2013-08-07 20:05:20 UTC) #2
bradfitz
LGTM Works for me now on darwin-amd64. Thanks! On Wed, Aug 7, 2013 at 1:00 ...
11 years, 7 months ago (2013-08-07 20:23:21 UTC) #3
dvyukov
11 years, 7 months ago (2013-08-07 20:31:59 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=60d62a3b3991 ***

runtime: fix traceback in cgo programs
Fixes issue 6061.

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/12609043
Sign in to reply to this message.

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