]> Cypherpunks repositories - gostls13.git/commit
runtime: print goroutine header on fault
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 6 Mar 2014 20:01:24 +0000 (00:01 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 6 Mar 2014 20:01:24 +0000 (00:01 +0400)
commit2fb87ddb59218797686f8d725a5accb195ccbaca
tree98ad59c6f16a4d328813ca888d4c7dd63776800d
parentfb5e1e1fa181f658431ef2c12fa2ccef5f728bdf
runtime: print goroutine header on fault
I've just needed the G status on fault to debug runtime bug.
For some reason we print everything except header here.
Make it more informative and consistent.

R=rsc
CC=golang-codereviews
https://golang.org/cl/67870056
src/pkg/runtime/signal_386.c
src/pkg/runtime/signal_amd64.c
src/pkg/runtime/signal_arm.c