soundnode-app icon indicating copy to clipboard operation
soundnode-app copied to clipboard

Electron needs to be updated to at least `v13.5.0` or on some devices it crashes

Open Crilum opened this issue 2 years ago • 0 comments

Electron has a problem with a glibc compatibility, electron/electron#31091. The error:

$ ./Soundnode 
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".  It will change to be "true" in Electron 9.  For more information please check https://github.com/electron/electron/issues/18397
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0403
[28469:0520/210929.901636:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye.
Trace/breakpoint trap

It can be temporarily fixed by adding the --disable-seccomp-filter-sandbox flag, but this isn't ideal.

Crilum avatar May 21 '22 03:05 Crilum