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.
Updated by David Goulet about 12 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset edb8b045f1abe76804200921e7b2eb42ec66b5e4.
Actions