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

VSCode requires CXXABI 1.3.9 which is not available in CentOS 7 #115851

Closed
jheaff1 opened this issue Feb 5, 2021 · 5 comments
Closed

VSCode requires CXXABI 1.3.9 which is not available in CentOS 7 #115851

jheaff1 opened this issue Feb 5, 2021 · 5 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@jheaff1
Copy link

jheaff1 commented Feb 5, 2021

  • VSCode Version: 1.53.0
  • OS Version: CentOS 7.9.2009. Kernel 3.10.0-1160.15.2.el7.x86_64

Steps to Reproduce:

  1. Launch VSCode
  2. Navigate to Terminal->New Terminal and the following error message appears:
The terminal process failed to launch: A native exception occurred during launch (/lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/share/code/resources/app/node_modules.asar.unpacked/node-pty/build/Release/pty.node)).

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

@yume-chan
Copy link
Contributor

This is mentioned in the changelog: https://code.visualstudio.com/updates/v1_53#_electron-11-update

@gjsjohnmurray
Copy link
Contributor

Thanks @yume-chan

/duplicate of #115784

@mimoralea
Copy link

For those trying to get going:

sudo yum downgrade code

I had to downgrade until 1.52.1.

@jheaff1
Copy link
Author

jheaff1 commented Feb 18, 2021

I followed the instructions given here #115784 (comment) and can run new versions of VSCode on CentOS 7 with no issues

@github-actions github-actions bot locked and limited conversation to collaborators Mar 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

5 participants
@yume-chan @mimoralea @gjsjohnmurray @jheaff1 and others