commit | d11d6139b39d7cbb35fa5ffadf464a9d0dc1fd38 | [log] [tgz] |
---|---|---|
author | Stanley Chu <yschu@nuvoton.com> | Thu Mar 12 14:52:34 2020 +0800 |
committer | Stanley Chu <yschu@nuvoton.com> | Thu Mar 12 07:22:38 2020 +0000 |
tree | 9ea2f753018a35af83f90aa5b0cc291c0367daf7 | |
parent | 004938eb17af464fc1ba02f883adb78ad3bd40dd [diff] |
Fix the SEGV exception xyz.openbmc_project.Dump.Manager.service: Main process exited, code=dumped, status=11/SEGV xyz.openbmc_project.Dump.Manager.service: Failed with result 'core-dump'. During the process of deleting all dump entries, the operation on the iterator may lead to segv fault because the content that the iterator is pointing to has been freed. We can move the iterator to the next before deleting the entry. Signed-off-by: Stanley Chu <yschu@nuvoton.com> Change-Id: I973e3d3f4df9dc52ee40423553c395e32d3b8d31
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`.