php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60186 stream_select ignores the timeout on freebsd
Submitted: 2011-11-01 10:21 UTC Modified: 2024-01-09 12:49 UTC
From: tyrael@php.net Assigned: devnexen (profile)
Status: Closed Package: Streams related
PHP Version: 5.3SVN-2011-11-01 (SVN) 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 !
Your email address:
MUST BE VALID
Solve the problem:
33 - 23 = ?
Subscribe to this entry?

 
 [2011-11-01 10:21 UTC] tyrael@php.net
Description:
------------
I was running the php testsuite on FreeBSD 8.2, when I noticed that 
ext/spl/tests/bug60082.phpt hangs the whole test.
That test reproduces a bug where the php executor will be pushed into an infinite 
loop, so the timeout should kick-in, and proc_terminate the runaway test.
but it doesn't happen on FreeBSD.
for the record, I'm going to change the test to be skipped on FreeBSD, because it 
is now not possible to run the testsuite, as it requires manually killing that 
test on each run. PITA.

Test script:
---------------
see ext/spl/tests/bug60082.phpt, basically proc_open-ing a process with an infinite loop and calling stream_select on it passing a timeout through the tv_sec argument.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-11-01 10:25 UTC] tyrael@php.net
Automatic comment from SVN on behalf of tyrael
Revision: http://svn.php.net/viewvc/?view=revision&revision=318637
Log: ignore this test on FreeBSD per #60186
 [2014-04-01 16:46 UTC] mike@php.net
-Status: Open +Status: Feedback
 [2014-04-01 16:46 UTC] mike@php.net
There's no ext/spl/tests/bug60082.phpt
 [2014-04-18 15:56 UTC] tyrael@php.net
maybe you didn't checked the PHP-5.3 branch?
http://git.php.net/?p=php-src.git;a=blob;f=ext/spl/tests/bug60082.phpt;h=346bee79740c7a3541d78a15ed7738c019ab7e47;hb=refs/heads/PHP-5.3

(not sure why this is only in the 5.3 branch or if the issue reported here is still occuring almost 3 years later)
 [2014-04-18 15:56 UTC] tyrael@php.net
-Status: Feedback +Status: Open
 [2024-01-09 12:49 UTC] devnexen@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: devnexen
 [2024-01-09 12:49 UTC] devnexen@php.net
Is no longer a relevant issue.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC