Bugzilla – Bug 1190830
electron apps crashing clone3 syscall - probably seccomp blocked?
Last modified: 2021-09-30 13:02:45 UTC
SIGSYS crashes until it shutsdown completely with SIGTRAP #0 clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:62 #1 0x00007f5383599311 in __GI___clone_internal (cl_args=cl_args@entry=0x7fff9b3c3080, func=func@entry=0x7f53835148a0 <start_thread>, arg=arg@entry=0x7f5380ac5640) at ../sysdeps/unix/sysv/linux/clone-internal.c:54 #2 0x00007f53835147a5 in create_thread (pd=pd@entry=0x7f5380ac5640, attr=attr@entry=0x7fff9b3c33f0, stopped_start=stopped_start@entry=0x7fff9b3c317e, stackaddr=stackaddr@entry=0x7f53802c5000, stacksize=<optimized out>, thread_ran=thread_ran@entry=0x7fff9b3c317f) at pthread_create.c:294 #3 0x00007f53835151bb in __pthread_create_2_1 (newthread=<optimized out>, attr=<optimized out>, start_routine=<optimized out>, arg=<optimized out>) at pthread_create.c:785 Could be another seccomp problem?
This also affects vscode - which we do not control.
vscode issue: https://github.com/microsoft/vscode/issues/133593 electron PR: https://github.com/electron/electron/pull/31091
we will also need this fixed to be able to build https://github.com/electron/electron/issues/31113
Andreas and me made the package work again.