commit | fdfa47af7e05b320cc1c62fc5854ded781679917 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Thu Jun 20 12:10:21 2013 +0200 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Thu Jun 20 15:34:12 2013 +0200 |
tree | f963a048efac258733d889b09cdc65fee177358c | |
parent | 4a9ba989e65c12c50286a8423196236e6bac529d [diff] |
detach(): warn if we see ECHILD from waitpid * strace.c (detach): Warn if we see ECHILD from waitpid. Explain in comments that we don't normally expect !WIFSTOPPED either, and also that PTRACE_CONT failure isn't expected (the "break" there is a "I'm confused, bailing out" code style).. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>