]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: add a test for gccgo bug #29448
authorCherry Zhang <cherryyz@google.com>
Mon, 31 Dec 2018 04:53:27 +0000 (23:53 -0500)
committerCherry Zhang <cherryyz@google.com>
Mon, 7 Jan 2019 20:36:58 +0000 (20:36 +0000)
commit902b1f605908cc412e418ede6821fd8122979297
treeb947f175fecbc2d186daec444d4e570014e84de7
parentaf3c4809675d1f8c0a96a6593795ce89c52ead2a
runtime/pprof: add a test for gccgo bug #29448

With gccgo, if a profiling signal arrives in certain time during
traceback, it may crash or hang. The fix is CL 156037 and
CL 156038.  This CL adds a test.

Updates #29448.

Change-Id: Idb36af176b4865b8fb31a85cad185ed4c07ade0c
Reviewed-on: https://go-review.googlesource.com/c/156018
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/pprof/pprof_test.go