I am running haproxy (v 1.7.2 and previously 1.6.x) with nbproc = 4 and only a simple cpu-map in the global section putting 1 process per core. I am seeing behavior where one or more processes die but are not regenerated by haproxy master. Is there a known bug? A configuration tweak that I am missing? Any hints would be appreciated
The pertinent parts of the config are: global nbproc 4 cpu-map 1 0 cpu-map 2 1 cpu-map 3 2 cpu-map 4 3

