Skip to content
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

code-tunnel from snap package fails to start with missing GLIBC symbols #168427

Closed
yanxke opened this issue Dec 8, 2022 · 3 comments · Fixed by #127320
Closed

code-tunnel from snap package fails to start with missing GLIBC symbols #168427

yanxke opened this issue Dec 8, 2022 · 3 comments · Fixed by #127320
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders linux Issues with VS Code on Linux snap Issues related to the snap package verified Verification succeeded
Milestone

Comments

@yanxke
Copy link

yanxke commented Dec 8, 2022

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.74.0
    5235c6b
    x64
  • OS Version: Ubuntu 22.04

Steps to Reproduce:

  1. Use Snap to install the latest VS Code
  2. Run "code tunnel"

Error reported

/snap/code/114/usr/share/code/bin/code-tunnel: /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.25' not found (required by /snap/code/114/usr/share/code/bin/code-tunnel) /snap/code/114/usr/share/code/bin/code-tunnel: /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.27' not found (required by /snap/code/114/usr/share/code/bin/code-tunnel)

@deepak1556
Copy link
Collaborator

This is expected since VSCode snap is based on Ubuntu 16 and code-tunnel executable inside the snap will try to use glibc from the snap which does not support GLIBC_2.27. Please use the tunnel cli standalone installer from https://code.visualstudio.com/#alt-downloads as alternative.

This will get addressed once we update our snap base #127320

@deepak1556 deepak1556 changed the title /snap/code/114/usr/share/code/bin/code-tunnel: /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by /snap/code/114/usr/share/code/bin/code-tunnel) code-tunnel from snap package fails to start with missing GLIBC symbols Dec 8, 2022
@deepak1556 deepak1556 added bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux snap Issues related to the snap package labels Dec 8, 2022
@joaomoreno joaomoreno assigned joaomoreno and unassigned deepak1556 Dec 12, 2022
@CarrascoFrank
Copy link

same problem here !

@dvlprlat
Copy link

Same here on Manjaro

@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Mar 9, 2023
@rzhao271 rzhao271 removed this from the Backlog milestone Mar 21, 2023
@rzhao271 rzhao271 added this to the March 2023 milestone Mar 21, 2023
@rzhao271 rzhao271 added the verified Verification succeeded label Mar 22, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders linux Issues with VS Code on Linux snap Issues related to the snap package verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants