Skip to content

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

Open
@Crilum

Description

@Crilum

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions