> This might not be the same bug ... but I do have a definite 100%
Please start a thread with a sensical subject line about that.
This trace (do_fork->wait_for_completion) tells us this is a vfork call.
It is waiting for its child (presumably 6444) to exit or exec.
This is the normal trace for the child having received a signal and stopped
to tell ptrace about it (not a syscall tracing stop).
I think you need to look into what strace is doing. There is far too much
going to know much of anything just from the kernel state where the
processes sit. In particular, the sequence of ptrace and wait calls strace
made. If the same strace (identical everything) behaved differently with
an older kernel, then compare the sequence of ptrace and wait calls and see
where it differs.
Thanks,
Roland
--