Descriptionruntime: drop CLONE_PARENT
The functionality we want (shared ppid) is implied
by CLONE_THREAD already, and CLONE_PARENT
causes problems if the Go program is pid 1 (init).
See issue 1406 for more details.
Fixes issue 1406.
Patch Set 1 #Patch Set 2 : code review 3971044: runtime: drop CLONE_PARENT #Patch Set 3 : code review 3971044: runtime: drop CLONE_PARENT #
MessagesTotal messages: 3
|