Comment 1 for bug 430908

Revision history for this message
Robey Pointer (robey) wrote :

that might use up file descriptors fast. odd that the error is EAGAIN instead of some error that would indicate the file is closed. i wonder if the kernel is catching that 2 processes have the same pool reference and that's it's passive-aggressive way of saying quit it.

might make sense to catch EAGAIN there and re-open /dev/urandom?