]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.3] runtime: fix GOTRACEBACK reading on Windows, Plan 9
authorRuss Cox <rsc@golang.org>
Tue, 30 Sep 2014 02:50:34 +0000 (22:50 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 30 Sep 2014 02:50:34 +0000 (22:50 -0400)
commitfcfb7aaf2ed8ffbe22c7c40e8536523c4ae599cb
tree099f2fef6ba76d5957e004596ab29f5e9b7b1c4e
parentca70c918920b26ae1b88afb7d7a82748677d354f
[release-branch.go1.3] runtime: fix GOTRACEBACK reading on Windows, Plan 9

Only Unix was resetting the traceback_cache variable
after initializing the environment. Reset it on all systems
by resetting in parsedebugvars.

Fixes #8813.

LGTM=adg, alex.brainman
R=golang-codereviews, adg, alex.brainman
CC=golang-codereviews, iant, r
https://golang.org/cl/152760043
src/pkg/runtime/runtime.c