]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.5] runtime: fix new stack barrier check
authorRuss Cox <rsc@golang.org>
Fri, 20 Nov 2015 19:02:33 +0000 (14:02 -0500)
committerAustin Clements <austin@google.com>
Fri, 20 Nov 2015 19:55:27 +0000 (19:55 +0000)
commit7ab4cba9ad76f8853f11de1a72ff1db790c5ea61
tree80a03de761b34e5dfa66c03fa73a5d727190d826
parent2a6c7739b5bdb5fbaf743d89a18bd466fb178fe1
[release-branch.go1.5] 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>
Reviewed-on: https://go-review.googlesource.com/17122
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/traceback.go