| commit | ba9911f3603473791163bf11dd1c59503faa4ff1 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Tue Sep 27 21:09:47 2011 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Oct 06 14:30:37 2011 +0200 |
| tree | 3eb7aeb6d3857fa22aab0d513b8865307e367b78 | |
| parent | 134a108693f8155d2167675ad8127ff6def1425e [diff] [blame] |
Fix interplay between vfork and threads
diff --git a/sysdeps/linux-gnu/trace.c b/sysdeps/linux-gnu/trace.c index e9d47e7..ba3806d 100644 --- a/sysdeps/linux-gnu/trace.c +++ b/sysdeps/linux-gnu/trace.c
@@ -845,7 +845,7 @@ 1); } - continue_process(event->proc->leader->pid); + continue_process(event->proc->parent->pid); /* Remove the leader that we artificially set up * earlier. */