Re: [PATCH 4/4] fuzz: run the main-loop in fork-server process

2020-05-12 Thread Darren Kenny
On Monday, 2020-05-11 at 23:01:33 -04, Alexander Bulekov wrote: > Without this, the time since the last main-loop keeps increasing, as the > fuzzer runs. The forked children need to handle all the "past-due" > timers, slowing them down, over time. With this change, the > parent/fork-server process

[PATCH 4/4] fuzz: run the main-loop in fork-server process

2020-05-11 Thread Alexander Bulekov
Without this, the time since the last main-loop keeps increasing, as the fuzzer runs. The forked children need to handle all the "past-due" timers, slowing them down, over time. With this change, the parent/fork-server process runs the main-loop, while waiting on the child, ensuring that the timer