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

Issue 118670043: code review 118670043: runtime: turn off 'unexpected return pc' print on arm t... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by rsc
Modified:
9 years, 8 months ago
Reviewers:
minux
CC:
golang-codereviews, minux, iant, r
Visibility:
Public.

Description

runtime: turn off 'unexpected return pc' print on arm traceback It can happen legitimately if a profiling signal arrives at just the wrong moment. It's harmless. Fixes issue 8153.

Patch Set 1 #

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

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

Patch Set 4 : diff -r 957bd50e2b82 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M src/pkg/runtime/traceback_arm.c View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello golang-codereviews@googlegroups.com (cc: iant, r), I'd like you to review this change to https://code.google.com/p/go/
9 years, 8 months ago (2014-08-06 18:33:58 UTC) #1
minux
LGTM. I also observe it happens on power64 port without profiling enabled, and callback is ...
9 years, 8 months ago (2014-08-06 18:36:52 UTC) #2
rsc
Well, there's no guarantee that power64 isn't broken in some other way. I wouldn't conclude ...
9 years, 8 months ago (2014-08-06 18:49:51 UTC) #3
rsc
9 years, 8 months ago (2014-08-06 18:50:13 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=671fa8a9eb80 ***

runtime: turn off 'unexpected return pc' print on arm traceback

It can happen legitimately if a profiling signal arrives at just the wrong
moment.
It's harmless.

Fixes issue 8153.

LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews, iant, r
https://codereview.appspot.com/118670043
Sign in to reply to this message.

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