-
Notifications
You must be signed in to change notification settings - Fork 192
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
CentOS7 使用 ./rssbot 方式启动报Segmentation fault错误 #31
Comments
无法复现(Linux version 3.10.0-862.el7.x86_64, CentOS 7.5.1804),Segmentation fault 之前有输出吗?使用新的 datafile 以及不带参数直接运行可以吗? 以及可能无关,但你系统时间需要同步,不然 https 握手可能失败 |
如果有 gdb 的话请贴一下 |
[root@VM_66_186_centos home]# ./rssbot datafile “TOKEN” [root@VM_66_186_centos home]# gdb -batch -ex "r" -ex "bt" --args ./rssbot datafile "TOKEN" |
系统时间已经同步了,确实应该和这个东西无关 |
重新下载吧,文件不对 |
重启 了两次,重下了两次之后终于可以了,太神奇了,多谢帮助。 |
cat /proc/version
Linux version 3.10.0-693.el7.x86_64 ([email protected])
(gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) )
#1 SMP Tue Aug 22 21:09:27 UTC 2017
cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)
datafile 是另外一台机器上已经有的,不是新建的。
The text was updated successfully, but these errors were encountered: