Oran Agra b45b0d81bb
Fix crash report killed by message (#8683)
We sometimes see the crash report saying we were killed by a random
process even in cases where the crash was spontanius in redis.
for instance, crashes found by the corrupt-dump test.

It looks like this si_pid is sometimes left uninitialized, and a good
way to tell if the crash originated in redis or trigged by outside is to
look at si_code, real signal codes are always > 0, and ones generated by
kill are have si_code of 0 or below.
2021-03-24 08:33:24 +02:00
..
2020-11-09 21:48:56 -08:00
2021-03-14 09:41:43 +02:00
2020-04-24 17:11:21 -07:00
2019-02-24 21:38:15 +01:00
2020-10-27 15:04:18 +02:00
2021-02-24 10:10:02 +02:00
2020-05-05 23:35:08 -04:00
2020-09-29 15:52:13 +03:00
2019-11-19 17:23:47 +08:00
2019-10-02 11:30:20 +02:00
2021-03-14 09:41:43 +02:00
2021-03-23 13:51:53 +02:00
2021-01-04 17:02:57 +02:00
2021-01-28 16:19:43 +02:00
2021-03-16 16:41:45 +02:00
2021-03-10 16:09:43 +02:00
2020-07-21 08:13:05 +03:00