]> Cypherpunks repositories - gostls13.git/commit
runtime: print sigcode on signal crash
authorRuss Cox <rsc@golang.org>
Thu, 27 Oct 2016 16:43:37 +0000 (12:43 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 27 Oct 2016 17:46:01 +0000 (17:46 +0000)
commit09692182fa79fcaf89aa08ccf74ad74562ccba04
tree91e0eb532e34ce9f0d2111f1fee1f9e6dd0c0510
parent03d81b5ed91dfb3a2d1041bfe80dd94e7f06a3c4
runtime: print sigcode on signal crash

For #17496.

Change-Id: I671a59581c54d17bc272767eeb7b2742b54eca38
Reviewed-on: https://go-review.googlesource.com/32183
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/signal_sighandler.go