]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: add debugging to TestTimePprof
authorAustin Clements <austin@google.com>
Thu, 1 Oct 2020 20:06:03 +0000 (16:06 -0400)
committerAustin Clements <austin@google.com>
Fri, 2 Oct 2020 18:57:36 +0000 (18:57 +0000)
commitd888f1d5c06828e9d7b0166f770a443f6315c2d1
treececf363f823b562da45d1981cb297eef7e183c1e
parent79dbdf2a4c2ad93d3de493956f8bbca1465ba932
runtime: add debugging to TestTimePprof

We've seen timeouts of TestTimePprof, but the tracebacks aren't useful
because goroutines are running on other threads. Add GOTRACEBACK=crash
to catch these in the future.

For #41120.

Change-Id: I97318172ef78d0cbab10df5e4ffcbfeadff579e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/258802
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/runtime/crash_test.go