美文网首页
ubuntu升级到22.04后atom启动失败

ubuntu升级到22.04后atom启动失败

作者: ShootHzj | 来源:发表于2022-06-19 21:34 被阅读0次

错误日志

$ atom
/usr/bin/atom: line 195: 30027 Illegal instruction     (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
[30027:0429/141844.105294:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
--2022-04-29 14:18:44--  https://atom.io/crash_reports
Resolving atom.io (atom.io)... 20.119.16.4
Connecting to atom.io (atom.io)|20.119.16.4|:443... connected.
HTTP request sent, awaiting response... 204 No Content
2022-04-29 14:18:45 (0.00 B/s) - ‘/dev/fd/4’ saved [0]


Unexpected crash report id length
Failed to get crash dump id.
Report Id:
--2022-04-29 14:18:45--  https://atom.io/crash_reports
Resolving atom.io (atom.io)... 20.119.16.4
Connecting to atom.io (atom.io)|20.119.16.4|:443... connected.
HTTP request sent, awaiting response... 204 No Content
2022-04-29 14:18:47 (0.00 B/s) - ‘/dev/fd/4’ saved [0]


Unexpected crash report id length
Failed to get crash dump id.
Report Id:

解决方案,使用命令

sudo apt purge atom
sudo snap install atom --classic

相关文章

网友评论

      本文标题:ubuntu升级到22.04后atom启动失败

      本文链接:https://www.haomeiwen.com/subject/itfdvrtx.html