-
Notifications
You must be signed in to change notification settings - Fork 17.4k
[1.52.0] {Centos 7.8.2003}: Atom doesn't launch. #21497
Comments
Starting atom 1.52.0 on CentOS 7.8.2003 delivers for me:
Processes are launched, but no GUI visible. All fine when downgraded to 1.51.0. |
I got a same problem on CentOS 7.8.2003, Downgraded to Atom 1.51, it starts OK. There is a <3 clever solution already year+ ago. |
Same problem on Red Hat Enterprise Linux Workstation release 7.8 (Maipo) Downgrading to atom-1.51.0-0.1.x86_64 "solves" the problem. |
/usr/lib64/libstdc++.so.6: version `CXXABI_1.3.9^ strings /usr/lib64/libstdc++.so.6 | grep CXXABICXXABI_1.3 strings /lib64/libstdc++.so.6 | grep GLIBCXXGLIBCXX_3.4 Both files are delivered by libstdc++-4.8.5-39.el7.x86_64 (the current version in RHEL) |
Same issue on Red Hat Enterprise Linux Client release 7.9 (Maipo) |
RH 7 / CentOS 7 uses an old /usr/lib64/libstdc++.so.6 |
Does the same for me on Centos 7.9.2009 and both Atom 1.52 and Atom 1.53. The last working version is 1.51 I am gonna try getting newer gcc. |
Just the right one newer 'libstdc++.so.6' is enough. I posted the solution two comments above. Cheers |
Just need to install anaconda3 as said in the issue in the previous comment. |
shtepan's changing libstdc method worked for me! Thank you. |
Following the above links, if you have a recent Anaconda3 with libstdc++.so.6.0.25 or later:
Now Atom 1.52.0+ works on CentOS 7 and some broken packages are resolved as well. |
Description
After the update of Atom of the latest version 1.52.0, Atom doesn't launch anymore on Centos 7.8.2003.
I reverted to 1.51.0 and it works.
Steps to Reproduce
2.a.
atom .
=> return the cursor in bash but it never shows the GUI.2.b.
atom --version
=> freeze the bash forever with a blinking cursor, can be killed with SIGINTExpected behavior:
Seeing the GUI.
Actual behavior:
GUI not shown, Atom never runs even though I see the process.
Versions
atom-1.52.0-0.1.x86_64
Additional Information
The text was updated successfully, but these errors were encountered: