]> Cypherpunks repositories - gostls13.git/commit
runtime: fix false positive deadlock when using runtime.Goexit
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 5 Mar 2013 07:40:17 +0000 (09:40 +0200)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 5 Mar 2013 07:40:17 +0000 (09:40 +0200)
commit2fe840f4f69bb1013ff5ae8968d8ab8257fb2d22
treebe3ed26b5f86a8ff419e41e2bfb83f3cbdf039ca
parentd0c11d20b8eeebcdf2ab597c3b494e40287f9c9b
runtime: fix false positive deadlock when using runtime.Goexit
Fixes #4893.
Actually it's fixed by cl/7314062 (improved scheduler),
just submitting the test.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7422054
src/pkg/runtime/crash_test.go