]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.2] runtime: relax preemption assertion during stack split
authorAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:21:54 +0000 (11:21 +1100)
committerAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:21:54 +0000 (11:21 +1100)
commit038ff9dca156c92527167dd15f6da918b6f91648
tree4cbba7e75e39d104009661f1892adbeeef402980
parent724d28a03d24aa404b7a6e83972e52b6732bbe17
[release-branch.go1.2] runtime: relax preemption assertion during stack split

««« CL 18740044 / 1a8903f0a577
runtime: relax preemption assertion during stack split

The case can happen when starttheworld is calling acquirep
to get things moving again and acquirep gets preempted.
The stack trace is in golang.org/issue/6644.

It is difficult to build a short test case for this, but
the person who reported issue 6644 confirms that this
solves the problem.

Fixes #6644.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/18740044
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/20460044
src/pkg/runtime/stack.c