]> Cypherpunks repositories - gostls13.git/commit
runtime: fix new stack barrier check
authorRuss Cox <rsc@golang.org>
Fri, 20 Nov 2015 19:02:33 +0000 (14:02 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 20 Nov 2015 19:08:21 +0000 (19:08 +0000)
commitcb859021d123b506541126ea0ddaed60e0f7ee32
treea2423b585edfea6baab65587b2efbccbaff9da14
parent2fa64c41828f746d917cf7b7b6c3a39f33bd1161
runtime: fix new stack barrier check

During a crash showing goroutine stacks of all threads
(with GOTRACEBACK=crash), it can be that f == nil.

Only happens on Solaris; not sure why.

Change-Id: Iee2c394a0cf19fa0a24f6befbc70776b9e42d25a
Reviewed-on: https://go-review.googlesource.com/17110
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/traceback.go