http://bugzilla.novell.com/show_bug.cgi?id=540338 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=540338#c12 --- Comment #12 from Michael Matz <matz@novell.com> 2009-10-14 04:40:49 MDT --- Another thing to notice is (from the strace): poll([{fd=3, events=POLLIN}, {fd=7, events=POLLIN}], 2, 259407) = 1 ([{fd=7, revents=POLLIN|POLLHUP}]) This tries to wait for something on fd 3 and 7. These are the two listener sockets that are created as first fds in the program, hence they should be fd 3 and 4. Which leads me to think that somehow the coalescing of closed fds that unscd is doing (moving later still active entries over the closed ones) somehow doesn't work or overwrites the second listener socket. The would correspond to the POLL_HUP, which can indeed be sent on the other client sockets (not the listeners though). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.