CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/08/30 01:54:29

Modified files:
        lib/libevent   : event.c 

Log message:
Fix from upstream to make all backends reinit on event_reinit(). This
was not being done for poll and select, so after fork they would remain
using the same socketpair for signal notification, leading to a race
between the two processes to read from it and hangs.

Problem originally reported by k...@.

ok gilles

Reply via email to