I think it is a dead lock in APC's SHM access code, so as long as PHP process using the same SHM segment, it cannot process anything as it will be locked immediately when load a script from APC. You should strace the PHP process when it happens, if it stuck at "futex()" call, it is a dead lock...