-
Notifications
You must be signed in to change notification settings - Fork 401
Crash after Update Linux v1.15.2 #286
Comments
I am not able to reproduce this on Ubuntu. Seems there is a thread with electron about the error here though: electron/electron#17972 |
This comment sums it up pretty good: electron/electron#17972 (comment) Electron uses the kernel feature I'm on Debian where it is disabled, while your Ubuntu has it enabled. Besides of that electron has a fallback mechanism, the mentioned Otherwise people need to activate the mentioned kernel feature. |
Looks like there is an open bug with our builder library here: electron-userland/electron-builder#3872 I am following it for any updates. |
Executing |
This fallback mechanism comes with Chromium (SUID sandbox), so Electron uses it as a given thing. Besides that as far as I now this thing won't work for the AppImage case. But hadrcoding |
This version is constantly crashing on Windows 10 as well if it's related. #293 |
Eg. edit
|
FYI: We can reproduce the problem on Debian Buster, adding --no-sandbox helps. |
I can also reproduce this issue at Debian Buster |
Hi @Masgalor, |
After updating the AppImage from v1.14.0 to v1.15.2 Bitwarden crashes with the following message.
[20808:0802/001112.252976:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Bitwarden/chrome-sandbox is owned by root and has mode 4755.
After that I installed Bitwarden with the provided .deb package which produces the same error.
But here I was able change the permission as mentioned in the error what solved the problem.
The text was updated successfully, but these errors were encountered: