-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIGSEGV when trying to open unstable VSCode/VSCodium in conda-shell environment #198829
Comments
What's a conda-shell environment? Can you give more context to reproduce? |
https://nixos.wiki/wiki/Python#conda After installation you need to enter the shell with 'conda-shell' (alternatively with option '-c [your-default-shell]'; an fhs environment for conda), call 'conda-install' and conda might also ask you to run 'conda init [your-default-shell]' to update your shell config/init script. After that just call 'codium .' (or 'code .'; both will segfault). |
Are you running stable on your system and only vscode from unstable? Then this may very well be another instance of #170897 |
I am, and might really be an instance of that... |
https://discourse.nixos.org/t/glibc-error-in-fhs-nix-shell-with-stable-unstable-packages/14687 Can confirm that it's related to the issue. With env LD_LIBRARY_PATH= code . VSCode starts from within the conda-shell environment (fhs), but this way it's pretty useless for me... VSCode is unaware of any Conda/Python envs. Guess I will have to stay on stable until this problem gets resolved and luckily later stable versions of VSCode/VSCodium shouldn't be affected by this. Thank you for looking into this! |
I think same thing started happening 2 weeks ago. I have conda from
|
Describe the bug
SIGSEGV when trying to open unstable VSCode/VSCodium in conda-shell environment.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Open VSCode/VSCodium without SIGSEGV (as in stable version).
Additional context
Only happens with unstable versions. Works as expected with the stable version of VSCode/VSCodium.
Notify maintainers
@Synthetica9
@turion
@bobby285271
@eadwu
@maxeaubrey
Metadata
The text was updated successfully, but these errors were encountered: