提醒:A Handy Strace Option 2011年04月16日

来自: Joshua Zhu's Blog
订阅:caihuafeng
演示:以MSN订阅提醒为例 订阅到哪吒,有更新提醒我
哪吒机器人提醒:
提醒:Joshua Zhu's Blog
【标题】A Handy Strace Option
【摘要】i didn’t notice the ‘-ff’ option of strace until i came across it today. by turning it on, not only fork(2)s can be followed, but also each process’s trace will be written to tracefile.pid, where pid is the process id of each process. typical usage might look like this:# strace -o tracelog.txt -ff -t commandthis option can be quite handy, when debugging programs that spawn child processes.... (04-16 21:15)
收藏 |  评论 |  推荐给好友  | 
本文共有 0 次分享
评论
共有 - 条评论


我要反馈