On 07/10/2013 01:15 PM, Florian Kelbert wrote:
>> The log shows that exit_group(0) is indeed called immediately after clone(),
>> making "strace exited too early to see the child" theory feasible.
>>
>> Can you test this theory by replacing
>>
>>      while (nprocs != 0)
>>
>> with
>>
>>      while (1)
>>
>> in strace.c in function trace()?
>>
>> The exit from trace loop will then happen when we receive ECHILD.
>> In my testing it worked.
>>
> 
> Worked.

Thanks. The fix is in git already.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to