| commit | b503be4138a5bfa45c8392afea101042ee3b36ad | [log] [tgz] |
|---|---|---|
| author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jun 24 02:20:13 2020 -0500 |
| committer | Dhruvaraj Subhashchandran <dhruvaraj@gmail.com> | Wed Jun 24 13:53:35 2020 +0000 |
| tree | 37d30e6cc9ed39e1635339929b0ae6e7667d4be1 | |
| parent | 984a98f79022c60c51a465d4bbde1247d0f69b3e [diff] |
Block SIGCHLD before calling sd_event_add_child
Based on the documentation sd_event_add_child will return
EBUSY if the SIGCHLD is not blocked, so adding the code
to block the SIGCHLD
Testing:
Without the patch CreateDump will fail and with the fix
the CreateDump is working
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: I33f250bdb472dca08588c48ffa663d561bc2bc84
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`.