VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.84k stars 1.06k forks source link

VSCodium segfault error #1630

Open Branislav84 opened 1 year ago

Branislav84 commented 1 year ago

After updating to the latest version v1.82.0 VSCodium starting to create multiple segfault errors related to installed extensions.

In previous version it worked without any error.

VSCodium Snap on Kubuntu 22.04

tildica commented 1 year ago

Same happens with the flatpak package. It simply crashes on startup.

Temporary fix for flatpak users is to downgrade to the last working version (1.81.1.23222) via the update command (requires root)

sudo flatpak update --commit=20aad2933e1ae45bc1cfd8292da8e7f1f1b72e2b0070cef81fc12cfd62e07f66 com.vscodium.codium

cork commented 1 year ago

vscodium.log

Same problem on archlinux with a straight installation from VSCodium-linux-x64-1.82.0.23250.tar.gz.

Can't find any symbols so the stackstrace isn't of much help...

ravenmeister commented 10 months ago

Perhaps the same problem here.

Version: 1.84.0 Release: 23306 Commit: 695a9146b1347633e608f9f166c81b5b2843b492 Date: 2023-11-02T15:23:23.641Z Electron: 25.9.2 ElectronBuildId: undefined Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Linux x64 6.2.0-35-generic snap

Recently upgraded to Ubuntu 23.04 - Lunar. Codium via snap

Extensions installed:

cork commented 9 months ago

For me it seams it is wayland in later vscodium that is broken. If i force it over into xwayland it starts up normally.

https://github.com/electron/electron/issues/37531

jirutka commented 9 months ago

Probably the same problem happens on Flatpak on Alpine Linux with Sway (Wayland) desktop and starting with --enable-features=UseOzonePlatform --ozone-platform=wayland – the codium process segfaults.

jirutka commented 6 months ago

@daiyam, it’s still broken, I’m stuck on the old version because of this bug. Can you please fix it?

daiyam commented 6 months ago

Since 1.86.2, Wayland should be fine without any flags. Have you tried to compile VSCodium on your machine?

My dev machine for VSCodium Linux is a plain Ubuntu 22.04

jirutka commented 6 months ago

As I said, I’m running VSCodium via Flatpak.

daiyam commented 6 months ago

Alpine isn't supported. But, have you tried with sudo apk add gcompat libstdc++ procps?

jirutka commented 5 months ago

Do you know what Flatpak is?

daiyam commented 5 months ago

Very very constructive... :tired_face:

jirutka commented 5 months ago

If you know what Flatpak is, then you know that it runs the application in a container, so saying “Alpine isn’t supported” and suggesting to install gcompat on the host system doesn’t make sense.

jirutka commented 5 months ago

I updated VSCodium now and the latest version (1.87.2) from Flathub finally works! 😺

trinitronx commented 2 months ago

This should be fixed in Electron 28 and 29 based VSCode / Codium now.