commit | 19ad0e8a3ab25962a3ccda703476f7316dd2eb88 | [log] [tgz] |
---|---|---|
author | Alexander Filippov <a.filippov@yadro.com> | Fri Jun 26 13:22:01 2020 +0300 |
committer | Alexander Filippov <a.filippov@yadro.com> | Fri Jun 26 13:34:53 2020 +0300 |
tree | c64b576817d6848fd8ad672dc350195412a86929 | |
parent | b503be4138a5bfa45c8392afea101042ee3b36ad [diff] |
Fix blocking SIGCHLD Unblocking the `SIGCHLD` signal before the child process completes prevents the `callback()` from being ever called. This commit makes the blocking `SIGCHLD` once for the whole main process life by moving the corresponding code block to the main(). Tested: `callback()` now called when the child process completes. Change-Id: I553c683e5dfcbc0b33c72aa2d7b394f689772966 Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.