Re: [systemd-devel] How to debug occasional hashmap corruption?

2018-11-14 Thread juice
juice kirjoitti 2018-11-06 14:30: Lennart Poettering kirjoitti 2018-11-06 12:27: On Di, 06.11.18 11:57, juice (ju...@swagman.org) wrote: Hi, During the past half year I have seen systemd dump core three times due to what I suspect a hashmap corruption or race. Each time it looks a bit

Re: [systemd-devel] How to debug occasional hashmap corruption?

2018-11-06 Thread Vito Caputo
On Tue, Nov 06, 2018 at 02:30:19PM +0200, juice wrote: > Lennart Poettering kirjoitti 2018-11-06 12:27: > > On Di, 06.11.18 11:57, juice (ju...@swagman.org) wrote: > > > > > > > > Hi, > > > > > > During the past half year I have seen systemd dump core three times > > > due > > > to what I

Re: [systemd-devel] How to debug occasional hashmap corruption?

2018-11-06 Thread John Reiser
On 11/6/18 9:57 UTC, juice wrote: During the past half year I have seen systemd dump core three times due to what I suspect a hashmap corruption or race. Each time it looks a bit different and is triggered by different things but it somehow centers on hashmap operations. Three intermittent

Re: [systemd-devel] How to debug occasional hashmap corruption?

2018-11-06 Thread Dorian ROSSE
: mardi, novembre 6, 2018 11:03 À : systemd-devel@lists.freedesktop.org Objet : [systemd-devel] How to debug occasional hashmap corruption? Hi, During the past half year I have seen systemd dump core three times due to what I suspect a hashmap corruption or race. Each time it looks a bit different

Re: [systemd-devel] How to debug occasional hashmap corruption?

2018-11-06 Thread juice
Lennart Poettering kirjoitti 2018-11-06 12:27: On Di, 06.11.18 11:57, juice (ju...@swagman.org) wrote: Hi, During the past half year I have seen systemd dump core three times due to what I suspect a hashmap corruption or race. Each time it looks a bit different and is triggered by

Re: [systemd-devel] How to debug occasional hashmap corruption?

2018-11-06 Thread Lennart Poettering
On Di, 06.11.18 11:57, juice (ju...@swagman.org) wrote: > > Hi, > > During the past half year I have seen systemd dump core three times due > to what I suspect a hashmap corruption or race. > Each time it looks a bit different and is triggered by different things > but it somehow centers on

[systemd-devel] How to debug occasional hashmap corruption?

2018-11-06 Thread juice
Hi, During the past half year I have seen systemd dump core three times due to what I suspect a hashmap corruption or race. Each time it looks a bit different and is triggered by different things but it somehow centers on hashmap operations. What would be the prefered way to debug this? I