php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51066 Hang on select state
Submitted: 2010-02-17 08:50 UTC Modified: 2010-02-25 01:00 UTC
Votes:3
Avg. Score:3.0 ± 1.6
Reproduced:2 of 3 (66.7%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: chris at cretaforce dot gr Assigned:
Status: No Feedback Package: CGI/CLI related
PHP Version: 5.2.12 OS: FreeBSD
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
2 + 12 = ?
Subscribe to this entry?

 
 [2010-02-17 08:50 UTC] chris at cretaforce dot gr
Description:
------------
I run PHP 5.2.12 as fastcgi and randomly I get php-cgi processes on "select" state.

Actual result:
--------------
#
root@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 ...>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-17 10:42 UTC] jani@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2010-02-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC