soundnode-app
soundnode-app copied to clipboard
Electron needs to be updated to at least `v13.5.0` or on some devices it crashes
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.