摘要: 在进入gdb后,直接使用attach ID,出现下面的情况: Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/y 阅读全文
posted @ 2022-11-22 22:32 马肯尼煤牙巴骨 阅读(176) 评论(0) 推荐(0)
摘要: LIBRARY_PATH 编译时链接 LD_LIBRARY_PATH 运行时链接 LD_LIBRARY_PATH="/home/xx/lib/zlib/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" LD_LIBRARY_PATH="/home/xx/lib/gl 阅读全文
posted @ 2022-11-22 14:30 马肯尼煤牙巴骨 阅读(95) 评论(0) 推荐(0)