From:             willm1 at cs dot umbc dot edu
Operating system: Solaris 10-u4
PHP version:      5.2.5
PHP Bug Type:     *Compile Issues
Bug description:  'make test' hangs indefinitely on check #1518

Description:
------------
Test number 1519 hangs while building on Solaris 10, for at least 40
minutes.  I'm not sure if this is related, but the
/tmp/BUILD/php-5.2.5/tmp-php.ini file mentioned in the output is currently
empty.  This problem is reproducible with the steps below; I've run it
three times, nuking the php-5.2.5 directory in between.  The PHP process
appears to go into a loop querying NIS for i_dont_exist.com, although NIS
is not specified in nsswitch.conf as a place to get hostnames from.  This
happens both with and without NSCD running.

Reproduce code:
---------------
export
PATH=/usr/ccs/bin:/usr/sbin:/usr/bin:/bin:/opt/csw/bin:/opt/csw/sbin:/opt/sfw/bin:/usr/sfw/bin
CFLAGS='-O2 -g -pipe -R/usr/site/lib -R/usr/sfw/lib -m32' \
 ./configure --prefix=/usr/site --sysconfdir=/usr/site/etc
--mandir=/usr/site/share/man --with-zlib --enable-dba --with-gd
--with-gettext --with-imap=/usr/site --with-imap-ssl=/usr/site
--enable-soap --with-pear --with-libxml-dir=/usr/site
--with-apxs2=/usr/site/sbin/apxs --with-mysql=/usr/sfw
make
make test

Note that /usr/site contains all the packages we've built ourselves. 
Other packages build fine against the libraries in there, so I'm fairly
certain external libraries aren't the issue.

Expected result:
----------------
Successful build.

Actual result:
--------------
+ make test

Build complete.
Don't forget to run 'make test'.


=====================================================================
CWD         : /tmp/BUILD/php-5.2.5
PHP         : /tmp/BUILD/php-5.2.5/sapi/cli/php 
PHP_SAPI    : cli
PHP_VERSION : 5.2.5
ZEND_VERSION: 2.2.0
PHP_OS      : SunOS - SunOS servername 5.10 Generic_120011-14 sun4u
INI actual  : /tmp/BUILD/php-5.2.5/tmp-php.ini
More .INIs  : 
Extra dirs  : 
=====================================================================
TIME START 2008-02-22 14:06:36
=====================================================================

...
PASS Bug #29839 (incorrect convert (xml:lang to lang))
[ext/soap/tests/bugs/bug34453.phpt] 
PASS Bug #34643 (wsdl default value) [ext/soap/tests/bugs/bug34643.phpt] 
TEST 1519/3821 [ext/soap/tests/bugs/bug34657.phpt]

(in another terminal)
# snoop not port 22
Using device /dev/hme (promiscuous mode)
servername.cs.umbc.edu -> nis.cs.umbc.edu NIS C MATCH i_dont_exist.com in
ipnodes.byname
nis.cs.umbc.edu -> servername.cs.umbc.edu NIS R MATCH No such key


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

Reply via email to