]> Cypherpunks repositories - gostls13.git/commit
cmd/go: send timed out test SIGQUIT before SIGKILL
authorRuss Cox <rsc@golang.org>
Wed, 31 Jul 2013 02:52:10 +0000 (22:52 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 31 Jul 2013 02:52:10 +0000 (22:52 -0400)
commit57933b86b1a09a44d1350437f42a3305a30ad2b3
tree2315bdcbf10f038dc902d7910f956488d8d570dd
parent4042b77776fe59c8cff23849745fe9e17146fa66
cmd/go: send timed out test SIGQUIT before SIGKILL

There is a chance that the SIGQUIT will make the test process
dump its stacks as part of exiting, which would be nice for
finding out what it is doing.

Right now the builders are occasionally timing out running
the runtime test. I hope this will give us some information
about the state of the runtime.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/12041051
src/cmd/go/signal_notunix.go
src/cmd/go/signal_unix.go
src/cmd/go/test.go