]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: collect stack trace if SIGPROF arrives on non-Go thread
authorIan Lance Taylor <iant@golang.org>
Wed, 8 Jun 2016 04:46:25 +0000 (21:46 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 13 Jun 2016 21:43:19 +0000 (21:43 +0000)
commit84d8aff94cf48439047c7edc68ae2ea0aac6ddf5
tree0d7fd4e7b480ce2f9972646e9abe9463c3bc7a4d
parent5701174c52a2d42621ec3c5c59dca3bde9a14bc6
runtime: collect stack trace if SIGPROF arrives on non-Go thread

Fixes #15994.

Change-Id: I5aca91ab53985ac7dcb07ce094ec15eb8ec341f8
Reviewed-on: https://go-review.googlesource.com/23891
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/cpuprof.go
src/runtime/crash_cgo_test.go
src/runtime/proc.go
src/runtime/signal_sigtramp.go
src/runtime/sys_linux_amd64.s
src/runtime/testdata/testprogcgo/threadpprof.go [new file with mode: 0644]