Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crash log, print killer pid only when si_code is SI_USER (redis#10454)
Avoid printing "Killed by PID" when si_code != SI_USER. Apparently SI_USER isn't always set to 0. e.g. on Mac it's 0x10001 and the check that did <= was wrong.
- Loading branch information