07 2024 档案
摘要:查看当前valgrind使用的debug文件对应的glibc-debuginfo版本: strace -e open valgrind ls 安装对应的版本: yum search glibc-debuginfo --showduplicates yum install -y ...
阅读全文
摘要:https://segmentfault.com/a/1190000039773026
阅读全文
摘要:https://stackoverflow.com/questions/20618308/fd-set-causing-seg-fault https://linux.die.net/man/3/fd_set Notes An fd_set is a fixed size buffer. Execu
阅读全文
摘要:Wireshark 可以用时序图的方式显示数据包交互的过程,从菜单栏中,点击 统计 (Statistics) -> 流量图 (Flow Graph),然后,在弹出的界面中的「流量类型」选择 「TCP Flows」 TCP连接的TIME_WAIT和CLOSE_WAIT https://www.cnbl
阅读全文