ID: 46883 Updated by: j...@php.net Reported By: long at ku dot edu -Status: Open +Status: Feedback Bug Type: Streams related Operating System: Solaris 8 PHP Version: 5.2.8 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2008-12-16 16:58:18] long at ku dot edu 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 this bug report at http://bugs.php.net/?id=46883&edit=1