摘要: 只能在uv_close之后的uv_cb中对handle内存进行释放。 因为uv_close本身只是将handle代释放队列,倘若释放时遇到某些异步处理(如:uv_write)需要失败回调通知,将会继续调用对应的回调,此时再访问handle和可能因内存访问coredump。 void TcpHandl 阅读全文
posted @ 2021-11-18 22:56 dzqabc 阅读(235) 评论(0) 推荐(0) 编辑
摘要: gcc -dM -E - < /dev/null gcc -dM -E - < /dev/null 阅读全文
posted @ 2021-11-18 17:29 dzqabc 阅读(177) 评论(0) 推荐(0) 编辑
摘要: shm_open() allows multiple un-related processes to access the same shared memory - since it can be accessed by a well know name.shmget() requires some 阅读全文
posted @ 2021-11-18 17:00 dzqabc 阅读(1468) 评论(0) 推荐(0) 编辑