From:             chris at cretaforce dot gr
Operating system: FreeBSD
PHP version:      5.2.12
PHP Bug Type:     *General Issues
Bug description:  Hang on select state

Description:
------------
I run PHP 5.2.12 as fastcgi and randomly I get php-cgi processes on
"select" state.

Actual result:
--------------
#
r...@server14# strace -p 13299
#
Process 13299 attached - interrupt to quit
#
poll([?] 0xbfbf9888, 1, 0)              = 0 (Timeout)
#
clock_gettime(0x4, 0xbfbf9894)          = 0
#
clock_gettime(0x4, 0xbfbf9714)          = 0
#
clock_gettime(0x4, 0xbfbf98e4)          = 0
#
poll([?] 0xbfbf9938, 1, 1000)           = 0 (Timeout)
#
poll([?] 0xbfbf9888, 1, 0)              = 0 (Timeout)
#
clock_gettime(0x4, 0xbfbf9894)          = 0
#
clock_gettime(0x4, 0xbfbf9714)          = 0
#
clock_gettime(0x4, 0xbfbf98e4)          = 0
#
poll([?] 0xbfbf9938, 1, 1000)           = 0 (Timeout)
#
poll([?] 0xbfbf9888, 1, 0)              = 0 (Timeout)
#
clock_gettime(0x4, 0xbfbf9894)          = 0
#
clock_gettime(0x4, 0xbfbf9714)          = 0
#
clock_gettime(0x4, 0xbfbf98e4)          = 0
#
poll([?] 0xbfbf9938, 1, 1000^C <unfinished ...>

-- 
Edit bug report at http://bugs.php.net/?id=51066&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=51066&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=51066&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=51066&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=51066&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=51066&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=51066&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=51066&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=51066&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=51066&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=51066&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=51066&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=51066&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=51066&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=51066&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=51066&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=51066&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=51066&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=51066&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=51066&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=51066&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=51066&r=mysqlcfg

Reply via email to