From:             Brian dot White at foxfire74 dot com
Operating system: Windows XP SP2
PHP version:      4.4.2
PHP Bug Type:     Apache2 related
Bug description:  Apache2 Crashes when PHP4.4.2 and MySQL 4.1.16 are on the 
same Machine

Description:
------------
Apache2 crashes after upgrading to PHP 4.4.2.  THe following is found in
the Apache's error log.

[Sat Jan 14 12:15:11 2006] [notice] Parent: child process exited with
status 3221225477 -- Restarting.
[Sat Jan 14 12:15:12 2006] [notice] Apache/2.0.55 (Win32) PHP/4.4.2
configured -- resuming normal operations
[Sat Jan 14 12:15:12 2006] [notice] Server built: Oct  9 2005 19:16:56
[Sat Jan 14 12:15:12 2006] [notice] Parent: Created child process 3700
[Sat Jan 14 12:15:14 2006] [notice] Child 3700: Child process is running
[Sat Jan 14 12:15:14 2006] [notice] Child 3700: Acquired the start mutex.
[Sat Jan 14 12:15:14 2006] [notice] Child 3700: Starting 250 worker
threads.

This only happens on my production system where MySQL is also installed. 
Everything works as expected on the test machine (which connects  to the
production database server).

Reproduce code:
---------------
All of my PHP apps crash.  Unfortunately, the index.php files are quite
large.  I have not yet isolated the offending code but I wanted to enter a
bug report since before others upgrade since 4.4.2 is a new release.

Expected result:
----------------
Page returned as expected without Apache2 crashing.

Actual result:
--------------
Browser shows the entire page but is still waiting for additional input.

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

Reply via email to