• Russ Cox's avatar
    runtime: relax preemption assertion during stack split · 00a757fb
    Russ Cox authored
    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
    00a757fb
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...