Descriptionruntime: avoid runtime·cgocall in functions called by forkAndExecInChild
Calling runtime·cgocall could trigger a GC in the child while
gclock was held by the parent.
Fixes issue 7511
Patch Set 1 #Patch Set 2 : diff -r 3cd546ac3a99 https://code.google.com/p/go #Patch Set 3 : diff -r 3cd546ac3a99 https://code.google.com/p/go #Patch Set 4 : diff -r 3cd546ac3a99 https://code.google.com/p/go #MessagesTotal messages: 7
|