Comment 13 for bug 1944468

Revision history for this message
Rik Mills (rikmills) wrote : Re: [Bug 1944468] Re: Electron applications all crash upon launch

On 23/09/2021 05:12, Michael Hudson-Doyle wrote:
> 1) it's a real problem
> 2) it's related to the new clone3 syscall
>
> Do electron apps use seccomp by default? It seems code has some way to
> turn this off automagically but if I run code --enable-sandbox it
> reliably crashes. Haven't been able to gdb to the crashing point yet
> though.

Ah, the makes sense. We had a similar problem with clone3 change causing
QtWebengine (Qt chromium build) apps to crash on start. LP: #1939993