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. (cherry picked from commit 6761d10c)
Attach a file by drag & drop or click to upload