commit | f9a7e63a1ad57a87c1e6be10b7a6b49282ed1203 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Sat Jan 17 00:21:31 2009 +0000 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Sat Jan 17 00:21:31 2009 +0000 |
tree | 59f6e5237c7d4351be88a7397dcc7c376b207c06 | |
parent | 8aeed47e6a7b2ee0086786bd0bd180796edc1475 [diff] |
* process.c: Add a comment. No code changes. * strace.c (collect_stopped_tcbs): Stop reversing list of stopped tcp's. I'm not totally convinced it is crucial, but this is surely fits the concept of "least surprise". Do not collect TCB_SUSPENDED tcp's (this is closer to how it was before). (handle_stopped_tcbs): Remove the code to reject TCB_SUSPENDED tcp's, it's done earlier now. In an unobvious way, this was causing SIGSTOPs from freshly attached children to be misinterpreted.