Comment 11 for bug 319729

Revision history for this message
Dave Martin (dave-martin-arm) wrote :

Note that epoll_pwait is also affected (fairly easy to spot in asm/unistd.h)

I may have now experienced an occurrence of this race bug: namely, init stopped respawning terminal logins for no obvious reason. init was definitely waiting in select, but unfortunately I accidentally rebooted the system as a side-effect of waking init up. I'll try to get a better understanding of the symptoms if this happens to me again...