Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Crilum opened this issue May 21, 2022 · 0 comments

Comments

@Crilum
Copy link

Crilum commented May 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant