]> Cypherpunks repositories - gostls13.git/commit
runtime: if the test program hangs, try to get a stack trace
authorIan Lance Taylor <iant@golang.org>
Tue, 14 Jun 2016 21:38:22 +0000 (14:38 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 15 Jun 2016 15:03:48 +0000 (15:03 +0000)
commit26d6dc6bf8a7e5487844a63aa26a4de3afdd688e
tree48d0f94e0fcb8e330c50a1732788736a5c4ddc90
parent48cc3c4b587f9549f7426776d032da99b3ba471b
runtime: if the test program hangs, try to get a stack trace

This is an attempt to get more information for #14809, which seems to
occur rarely.

Updates #14809.

Change-Id: Idbeb136ceb57993644e03266622eb699d2685d02
Reviewed-on: https://go-review.googlesource.com/24110
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/crash_nonunix_test.go [new file with mode: 0644]
src/runtime/crash_test.go
src/runtime/crash_unix_test.go