On Mon, May 21, 2007 at 10:45:08AM +1000, Simon Wong wrote:
> Can anyone shed a glimmer of light on what the strace trace means?

>         clone(child_stack=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0xb7da9928) = 19927
>         --- SIGCHLD (Child exited) @ 0 (0) ---
>         exit_group(0)                           = ?

It forked a child process and then quit.  Try strace with the -f flag
to see what the child does.

-i
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to