I need help figuring out why electron apps get killed after a few minutes of starting them.
That is they do not log ERRORs (neither dmesg
, /var/log/syslog
nor when starting from console with --verbose
) but just exit with printing Killed
or terminated by signal SIGKILL (Forced quit)
to the console. This also happens when just starting them and just letting them sit. Exactly the same behavior as when manually sending SIGKILL.
Apps that have shown this problem so far :
- google-chrome-stable (official deb/ppa)
- microsoft-teams-preview (official deb/ppa)
- postman (snap)
- insomnia (official deb/ppa)
- visual-studio-code (official deb/ppa)
- signal-desktop (official deb/ppa)
Note, that the problem doesn't always occur, microsoft-teams & google-chrome mostly run just fine. But if it occurs it sticks until a reboot (electron apps) or removing ~/.config/google-chrome/Default
for google-chrome. With chrome & teams i think the problem seems to be related with an unclean exit after a gnome3 crash. However the others are just unusable as they almost always exit after ~2 minutes regardless of if someone is interacting with them or not.
I've tried removing /tmp/.com.google.*
, /tmp/.org.chromium.*
, ~/.cache/google-chrome
, ~/.config/insomnia
, ~/snap/postman/current/.config/Postman
but that didn't help...
OS/System :
ubuntu 21.04, 5.11.0-25-generic, Root on ZFS, >16GB free RAM, >100GB free SSD, HP Elitebook 840 G7
If desired i can attach logs.