]> Cypherpunks repositories - gostls13.git/commit
runtime: avoid endless loop if printing the panic value panics
authorIan Lance Taylor <iant@golang.org>
Wed, 5 Oct 2016 04:15:42 +0000 (21:15 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 5 Oct 2016 13:13:27 +0000 (13:13 +0000)
commit7faf70239670c3c1f8b4b530aba8847a03860f2a
tree2c7ca7c2412bc34f0ef77a317d2a7cc391707b99
parentefaa36017e34b87a5731793594b42d483209d808
runtime: avoid endless loop if printing the panic value panics

Change-Id: I56de359a5ccdc0a10925cd372fa86534353c6ca0
Reviewed-on: https://go-review.googlesource.com/30358
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/crash_test.go
src/runtime/panic.go
src/runtime/testdata/testprog/deadlock.go