radare2 中的选项卡完成会导致段错误

问题描述

我是radare2 的新手,以前在Ubuntu 或Kali 上使用过它。 我切换到 Manjaro 20.2 并注意到每当我按下 [TAB] 时,它都会出现类似这样的分段错误:

>> r2 hello
[0x00001040]> aa
[x] Analyze all flags starting with sym. and entry0 (aa)
[0x00001040]> afl
0x00001040    1 47           entry0
0x00001070    4 41   -> 34   sym.deregister_tm_clones
0x000010a0    4 57   -> 51   sym.register_tm_clones
0x000010e0    5 65   -> 55   sym.__do_global_dtors_aux
0x00001130    1 9            entry.init0
0x00001000    3 27           sym._init
0x000011c0    1 5            sym.__libc_csu_fini
0x000011c8    1 13           sym._fini
0x00001150    4 101          sym.__libc_csu_init
0x00001139    1 23           main
0x00001030    1 6            sym.imp.puts
Segmentation fault (core dumped)

hello 的源代码:

#include <stdio.h>
#include <stdlib.h>

int main() {
    printf("Hello World\n");
    return 0;
}

我得到段错误的最后一行,我最初输入:

> s mai[TAB]

所以整行都被替换为空白,大约一秒钟后,segfault 和radare2 进程被终止。

我确实用 r2pm update 更新了radare2,还克隆了存储库并重新安装,但没有帮助。

提前致谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...