]> Cypherpunks repositories - gostls13.git/commit
runtime: when crash with panic, call user Error/String methods before freezing the...
authorShenghou Ma <minux@golang.org>
Sun, 21 Feb 2016 18:56:08 +0000 (13:56 -0500)
committerMinux Ma <minux@golang.org>
Sun, 21 Feb 2016 20:18:51 +0000 (20:18 +0000)
commite960302410fafaf595c1ad92c28c61da3a254d63
tree33379b0279e0f9afbff63bd9b7255de63ff2dd79
parentbc8458ab02878ae64af860f1cade78b6fa97e994
runtime: when crash with panic, call user Error/String methods before freezing the world

Fixes #14432.

Change-Id: I0a92ef86de95de39217df9a664d8034ef685a906
Reviewed-on: https://go-review.googlesource.com/19792
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/crash_cgo_test.go
src/runtime/crash_test.go
src/runtime/panic.go
src/runtime/testdata/testprog/deadlock.go
src/runtime/testdata/testprogcgo/deadlock.go [new file with mode: 0644]