-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Segmentation fault #12779
Comments
Anyone gets an idea? argc=2, argv=0x7fffffffe4c8, init=, fini=, rtld_fini=, stack_end=0x7fffffffe4b8) at ../csu/libc-start.c:310 #41 0x000055555561ffda in _start () |
是不是文件链接丢失了,建议重新安装一次 python。 |
This comment has been minimized.
This comment has been minimized.
【已解决】重装了python2也无效,但从调试结果看应该还是python相关的动态链接库问题;
同时使用apt-cache查看这些包的依赖包
Depends全部重装 |
所谓重装肯定不是单指本体啦。 |
Linux18.04 前些时候系统动态链接库被误删 后恢复 但就启动不了了 gdb调试如下
xx版本是3.13.3
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python2...(no debugging symbols found)...done.
(gdb) set args ./start.py
(gdb) r
Starting program: /usr/bin/python2 ./start.py
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
do_lookup_x (
undef_name=undef_name@entry=0x7ffff4dc096c "_ITM_deregisterTMCloneTable",
new_hash=new_hash@entry=2247416213,
old_hash=old_hash@entry=0x7fffffffc580, ref=0x7ffff4dc03b0,
result=result@entry=0x7fffffffc590, scope=, i=0,
version=0x0, flags=1, skip=0x0, type_class=4, undef_map=0x555555c29240)
at dl-lookup.c:349
349 dl-lookup.c: No such file or directory.
(gdb)
The text was updated successfully, but these errors were encountered: