我正在尝试实现我自己malloc
的共享库版本,但我遇到了问题。当我运行我malloc
的LD_PRELOAD
这条消息时出现:
ld.so 检测到不一致:dl-load.c:2325:_dl_map_object:断言 nsid < _rtld_local._dl_nns 失败!
这出现在我启动命令时ls -lRa /home
我的LD_PRELOAD
路径没问题,因为命令 ls 有效。谢谢你帮助我!
我正在尝试实现我自己malloc
的共享库版本,但我遇到了问题。当我运行我malloc
的LD_PRELOAD
这条消息时出现:
ld.so 检测到不一致:dl-load.c:2325:_dl_map_object:断言 nsid < _rtld_local._dl_nns 失败!
这出现在我启动命令时ls -lRa /home
我的LD_PRELOAD
路径没问题,因为命令 ls 有效。谢谢你帮助我!