]> Cypherpunks repositories - gostls13.git/commit
runtime: remove misleading message during crash
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 14 Feb 2014 09:24:48 +0000 (13:24 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 14 Feb 2014 09:24:48 +0000 (13:24 +0400)
commit47534ddc68d6c605db2d5ec5726927a244159ad9
treec0fd56121af13d0803a3f2921bcdc15dbaeeb4ff
parente71d147750dc4dce115c5614fc96877aa08da596
runtime: remove misleading message during crash
The following checkdead message is false positive:

$ go test -race -c runtime
$ ./runtime.test -test.cpu=2 -test.run=TestSmhasherWindowed -test.v
=== RUN TestSmhasherWindowed-2
checkdead: find g 18 in status 1
SIGABRT: abort
PC=0x42bff1

LGTM=rsc
R=golang-codereviews, gobot, rsc
CC=golang-codereviews, iant, khr
https://golang.org/cl/59490046
src/pkg/runtime/proc.c