Comment 95 for bug 818177

Revision history for this message
Steve Langasek (vorlon) wrote : Re: boot failures because 'udevadm exit' times out while udevd waits for an already-dead thread

Tried that; doesn't work because the master process already thinks the event is dispatched as soon as it sends it, whether or not the worker process acts on it with recvmsg(). So I guess we need to try to process the event after all.