]> Cypherpunks repositories - gostls13.git/commit
runtime: turn off 'unexpected return pc' print on arm traceback
authorRuss Cox <rsc@golang.org>
Wed, 6 Aug 2014 18:50:09 +0000 (14:50 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 6 Aug 2014 18:50:09 +0000 (14:50 -0400)
commite5e547c71f72722ca5fdd8ee67cf75f99ee586cf
treea04c85fa85a5e6b3ab7d02c7fed05437928ad36a
parent14e8885c3237eae03b125316cccea3973264f8d0
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 #8153.

LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews, iant, r
https://golang.org/cl/118670043
src/pkg/runtime/traceback_arm.c