我曾经能够调试我的程序,但是现在突然之间,调试器无法加载libc了-看来如此。
调试器以指向#0 __libc_read() at /build/glibc-OTsEL5/glibc-2.27/sysdeps/unix/sysv/linux/read.c:27
的回溯中断
当我继续调试器时,没有任何反应。如果我尝试打断任何事情。我只能停止调试。
没有Debug输出,GDB工具视图也没有任何信息。
当我从命令行执行gdb时,它会起作用。
操作系统:Linux Mint 19 Cinnamon; Kdevelop 5.2.1这是从Kdevelop复制的完整回溯记录:
#0 __libc_read() at /build/glibc-OTsEL5/glibc-2.27/sysdeps/unix/sysv/linux/read.c:27
#1 open_verify() at /build/glibc-OTsEL5/glibc-2.27/elf/dl-load.c:1686
#2 _dl_map_object() at /build/glibc-OTsEL5/glibc-2.27/elf/dl-load.c:2327
#3 map_doit() at /build/glibc-OTsEL5/glibc-2.27/elf/rtld.c:591
#4 _dl_catch_exception() at /build/glibc-OTsEL5/glibc-2.27/elf/dl-error-skeleton.c:196
#5 _dl_catch_error() at /build/glibc-OTsEL5/glibc-2.27/elf/dl-error-skeleton.c:215
#6 do_preload() at /build/glibc-OTsEL5/glibc-2.27/elf/rtld.c:762
#7 handle_ld_preload() at /build/glibc-OTsEL5/glibc-2.27/elf/rtld.c:860
#8 dl_main() at /build/glibc-OTsEL5/glibc-2.27/elf/rtld.c:1618
#9 _dl_sysdep_start() at /build/glibc-OTsEL5/glibc-2.27/elf/dl-sysdep.c:253
#10 _dl_start_final() at /build/glibc-OTsEL5/glibc-2.27/elf/rtld.c:414
#11 _dl_start() at /build/glibc-OTsEL5/glibc-2.27/elf/rtld.c:521
#12 _start() at /lib64/ld-linux-x86-64.so.2
#13 ??() at
#14 ??() at
#15 ??() at
#16 ??() at
#17 ??() at
#18 ??() at
#19 ??() at
#20 ??() at
#21 ??() at