commit | 4b376ef328c69a803bcb801b122b4bfc270a403d | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Feb 23 14:47:22 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Wed Feb 23 14:47:22 2011 -0500 |
tree | 0353e5da0bf254a5f8d09c0ad256cbd8d2dd8944 | |
parent | 63c24081a09a363735797097bf238a7c78d15fd7 [diff] |
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