Descriptionruntime: Restore scheduler stack position if cgo callback panics.
If we don't do this, then when C code calls back to Go code
which panics, we lose space on the scheduler stack. If that
happens a lot, eventually there is no space left on the
scheduler stack.
Patch Set 1 #Patch Set 2 : code review 3898042: runtime: Restore scheduler stack position if cgo callba... #
MessagesTotal messages: 3
|