Comment 4 for bug 1696353

Revision history for this message
Nick Craig-Wood (nick-craig-wood) wrote :

You can also apply this patch to go - I don't have an opinion on the correct course of action though!

diff --git a/src/runtime/os_linux.go b/src/runtime/os_linux.go
index a6efc0e3d1..64218e3f7e 100644
--- a/src/runtime/os_linux.go
+++ b/src/runtime/os_linux.go
@@ -132,7 +132,8 @@ const (
   _CLONE_FS | /* share cwd, etc */
   _CLONE_FILES | /* share fd table */
   _CLONE_SIGHAND | /* share sig handler table */
- _CLONE_THREAD /* revisit - okay for now */
+ _CLONE_THREAD | /* revisit - okay for now */
+ _CLONE_SYSVSEM
 )

 //go:noescape