Descriptionruntime: 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 issue 6644.
Patch Set 1 #Patch Set 2 : diff -r f257b02e7ffe https://code.google.com/p/go/ #Patch Set 3 : diff -r f257b02e7ffe https://code.google.com/p/go/ #Patch Set 4 : diff -r a0d4544cdb2a https://code.google.com/p/go/ #MessagesTotal messages: 3
|