Actions
Bug #366
closedConsumerd error socket race between fork and the thread managing it
Start date:
10/10/2012
Due date:
% Done:
100%
Estimated time:
Description
We just witness, multiple times, a consumer being spawned and failing to connect to the error unix socket of the session daemon since the thread managing the consumer is spawned after the fork adding a very small windows where the connect fails with a permission denied since no listen() was done at the connect attempt.
This leads also to bug #365.
Actions