From:             long at ku dot edu
Operating system: Solaris 8
PHP version:      5.2.8
PHP Bug Type:     Streams related
Bug description:  ext/standard/tests/streams/bug46024.phpt hangs

Description:
------------
When running 'make test' it is repeatedly freezing on
ext/standard/tests/streams/bug46024.phpt.  ps shows that no CPU time is
being used.

Reproduce code:
---------------
Using solaris 8 with cc: Sun WorkShop 6 update 2 C 5.3 2001/05/15
configure using:

#! /bin/sh
#
# Created by configure

CFLAGS='-O' \
CC='cc' \
'./configure' \
'--enable-discard-path' \
'--with-openssl=shared' \
'--with-zlib=shared' \
'--enable-bcmath' \
'--enable-calendar' \
'--enable-dba=shared' \
'--enable-dbase' \
'--enable-exif' \
'--enable-ftp' \
'--with-gd=shared' \
'--enable-gd-native-ttf' \
'--enable-gd-jis-conv' \
'--with-gettext=shared' \
'--with-kerberos' \
'--with-imap-ssl' \
'--with-ldap' \
'--enable-mbstring' \
'--with-mysql' \
'--with-oci8' \
'--enable-shmop' \
'--enable-sockets' \
'--with-sqlite' \
'--enable-sysvmsg' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--with-freetype-dir' \
'--with-jpeg-dir' \
'--with-mysqli' \
'--with-pdo-mysql' \
'--with-pdo-oci' \
'--enable-cgi' \
'--disable-libxml' \
'--disable-dom' \
'--disable-simplexml' \
'--disable-xmlreader' \
'--disable-xmlwriter' \
'--with-libexpat-dir' \
'--enable-zip' \
'--with-iconv=/usr/local' \
"$@"

then make and make test



Expected result:
----------------
I expect the make test to complete its run.


Actual result:
--------------
I get something like this:

...
PASS Bug MOPB-29 (wrong length calculation for S)
[ext/standard/tests/serialize/unserializeS.phpt]
PASS Bug #44818 (php://memory writeable when opened read only)
[ext/standard/tests/streams/bug44818.phpt]
TEST 5082/5818 [ext/standard/tests/streams/bug46024.phpt]

and it has been that way for over 12 hours now.

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

Reply via email to