diff options
author | Jiri Olsa <[email protected]> | 2021-03-20 23:10:12 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-03-24 10:23:15 -0300 |
commit | 1833b64fee1032d1f48afaa3956bc0ea6b10d5e0 (patch) | |
tree | ea30e23bb8bd8ac11442f599b9416bd03dadae8c /scripts/gdb/linux/tasks.py | |
parent | 1a096ae46e21b73f83a581e617f76326c1de592d (diff) |
perf daemon: Force waipid for all session on SIGCHLD delivery
If we don't process SIGCHLD before another comes, we will see just one
SIGCHLD as a result. In this case current code will miss exit
notification for a session and wait forever.
Adding extra waitpid check for all sessions when SIGCHLD is received, to
make sure we don't miss any session exit.
Also fix close condition for signal_fd.
Reported-by: Ian Rogers <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Michael Petlan <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions