Descriptioncmd/gc: do not race instrument syscall.forkAndExecInChild
Race instrumentation can allocate, switch stacks, preempt, etc.
All that is not allowed in between fork and exec.
Fixes issue 4840.
Patch Set 1 #Patch Set 2 : diff -r aed85a24be49 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r aed85a24be49 https://dvyukov%40google.com@code.google.com/p/go/ #
Total comments: 3
Patch Set 4 : diff -r 8b5ccd3ec19a https://dvyukov%40google.com@code.google.com/p/go/ #
MessagesTotal messages: 7
|