Replies: 1 comment 1 reply
-
I've no idea so far, but is anything relevant in the syslog? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
so I've been having this problem for a while now. I run a few Electron apps (MS Teams, Discord, Signal) with firejail. All of them work fine for the most part, but will crash shortly after attempting to upload files.
$HOME/Downloads
)There doesn't seem to be anyone else having this problem, or at least my Google-Fu failed me. The behavior is very similar across all three of these apps. I'm not even sure it's firejail-related. But I would not dare run these closed blobs without sandboxing.
Here's some log from Discord. Maybe something related to the Gtk file picker?
firejail-0.9.64.4, using mostly the default profiles (at least nothing that should cause such problems).
Any ideas? Thanks!
edit:
Ok, it's definitely related to the GTK portion of Electron. Running with
G_SLICE=debug-blocks
:GSlice: MemChecker: attempt to release non-allocated block: 0xfoo size=16
Beta Was this translation helpful? Give feedback.
All reactions