权限更改导致总线错误(核心已转储) [英] Bus error (core dumped) due to Permission changes

查看:126
本文介绍了权限更改导致总线错误(核心已转储)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于在jupyter环境中权限的更改而发生以下错误:无论是否执行python脚本或使用userX进行其他执行操作,都将发生以下错误.

The following error occurs due to change in permission in a jupyter environment: It occurs irrespective of execution of a python script or other execution operation with userX.

 Bus error (core dumped)

注意:使用root可以正常工作.

我记得更改权限,主要是 chmod 755/以及具有根访问权限的 chmod -R 755/home/userX .

I remember changing permissions, mainly chmod 755 / and also chmod -R 755 /home/userX with root access.

我猜想更改或撤消文件权限应该可以.但我无法弄清楚.任何帮助将不胜感激:)

I guess changing or revoking the file permission should work. But I am unable to figure out. Any help would be much appreciated :)

推荐答案

问题主要在于内存空间,并且不得不释放用户主目录路径中的空间,而一切似乎都是再次正常.

The issue was mainly with the memory space somehow, and had to free up space within the user home path and everything seemed to be normal again.

还要注意,切勿在根目录中使用 chmod 777/.这可能会导致一些更改,尤其是在使用服务器环境时.

Also to note never to use chmod 777 / in the root directory. This might lead to some changes especially when your using server environment.

这篇关于权限更改导致总线错误(核心已转储)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆