
C
lyl001234
这个作者很懒,什么都没留下…
展开
-
“Program terminated with signal SIGKILL,Killed”
最近遇到一个问题,情况是IPC通信,通过一个程序调用另一个程序,但每次都执行了一般程序就挂掉了,用gdb跟进去发现,报错内容为:“Program terminated with signal SIGKILL,Killed”程序被杀掉了,不知道如何确定何种原因,哪个程序把我的进程杀掉,看到下面这篇文章,才准确定位问题所在,贴出来学习分享。转载请注明出处 http://forever.bl...原创 2019-11-05 09:59:55 · 3382 阅读 · 0 评论 -
WIFEXITED
WIFEXITED/WEXITSTATUS/WIFSIGNALED 2008-06-13 15:07 If the exit status value (*note Program Termination::) of the child process is zero, then the status value reported by `waitpid' or `wait'转载 2017-12-07 15:05:54 · 7939 阅读 · 0 评论 -
linux进程、线程、锁
linux 进程同步-- mutex和文件锁https://blog.youkuaiyun.com/wangcg123/article/details/53765284Linux多进程之间的文件锁详解https://blog.youkuaiyun.com/wangbaochu/article/details/48547217Linux 进程与线程四(加锁–解锁)https://www.cnblogs.com/z...转载 2019-02-19 11:36:19 · 203 阅读 · 0 评论 -
uint8_t / uint16_t / uint32_t /uint64_t数据类型解析
最近比较迷惑uint16_t和uint32_t在跨平台开发中具体的使用方式是什么,所以,看到一篇不错的文章转载过来了原文链接:https://blog.youkuaiyun.com/qq_37050329/article/details/86481464uint8_t / uint16_t / uint32_t /uint64_t 是什么数据类型?在nesc的代码中,你会看到很多你不认识的数据类型,比...原创 2019-08-07 16:09:55 · 729 阅读 · 0 评论