解决linux‘打开readme.md文件pycharm闪退’问题

ellij.ui.jcef.JBCefApp$Holder requests com.intellij.ui.jcef.JBCefAppCache instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead.

0929/160405.913717:FATAL:setuid_sandbox_host.cc(158) The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/rd-111s/app/pycharm-2024.1/jbr/lib/chrome-sandbox is owned by root and has mode 4755.

追踪或断点陷阱 (核心已转储)

这个错误是由于 PyCharm 内置浏览器组件(JCEF)的沙盒配置问题导致的。

进入 PyCharm 目录

cd "/home/rd-111s/document/QYJ/app/pycharm-professional-2024.1/pycharm-2024.1"

修复沙盒权限

sudo chown root:root jbr/lib/chrome-sandbox

sudo chmod 4755 jbr/lib/chrome-sandbox

验证权限

ls -l jbr/lib/chrome-sandbox

应该显示: -rwsr-xr-x 1 root root ...

测试启动

./bin/pycharm.sh

相关推荐
qq_2153978976 分钟前
docker镜像打包
运维·docker·容器
SL-staff31 分钟前
AB测试数据失真根因与变量热替换实战:JVS-Rules函数计算器架构解析
java·运维·微服务·函数式编程·规则引擎·变量管理·营销技术
北京迅为31 分钟前
【迅为开发板专属工具】把烧写入口放进浏览器|Topeet RK Flash
linux·人工智能·嵌入式·rk3568·烧写
飞飞传输35 分钟前
机器人行业数据流转深度研究:内外网数据摆渡平台应用现状与趋势
大数据·运维·安全
皮皮虾❀37 分钟前
广州云服务器价格:阿里云代理商折扣报价单指南
运维·服务器·阿里云
xiebingsuccess39 分钟前
Ubuntu 22.04 在 VMware 上的安装与远程桌面配置 — 任务报告
linux·运维·ubuntu·ai+嵌入式开发
程序员AlbertTu40 分钟前
Linux 系统 Bug 调试操作手册
linux·postgresql·bug
juesdo1 小时前
vulnos OS-00118靶场通关
linux·web安全·网络安全·docker
霸刀1 小时前
nslookup 与 dig 使用指南:DNS 查询、区别对比及真实案例解读
linux·cdn·dns
郝亚军1 小时前
asqlite-autoconf-3310100 的ubuntu 22.04 aarch64交叉编译
linux·运维·ubuntu