]> Cypherpunks repositories - gostls13.git/commit
runtime: traceback through active lessstack
authorRuss Cox <rsc@golang.org>
Wed, 23 Feb 2011 19:47:22 +0000 (14:47 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 23 Feb 2011 19:47:22 +0000 (14:47 -0500)
commit4b376ef328c69a803bcb801b122b4bfc270a403d
tree0353e5da0bf254a5f8d09c0ad256cbd8d2dd8944
parent63c24081a09a363735797097bf238a7c78d15fd7
runtime: traceback through active lessstack

With this change, a panic trace due to a signal arriving while
running on the scheduler stack during a lessstack
(a stack unsplit) will trace through the lessstack to show
the state of the goroutine that was unsplitting its stack.

R=r
CC=golang-dev
https://golang.org/cl/4206042
src/pkg/runtime/amd64/traceback.c
src/pkg/runtime/arm/traceback.c