ID: 37765 Updated by: [EMAIL PROTECTED] Reported By: wangjianjin at hotmail dot com -Status: Open +Status: Feedback Bug Type: Apache2 related Operating System: Windows 2003 Server PHP Version: 5CVS-2006-06-09 (snap) New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2006-06-09 14:16:44] wangjianjin at hotmail dot com Description: ------------ Environment: Apache 2.2.2+PHP5.cvs snap+MySQL 5.0.21+windows 2003 server the application is Tikiwiki. (tikiwiki.org) the PHP.ini mysql.allow_persistent = On, mysql.max_persistent = -1, mysql.connect_timeout = -1 When I do some operations editing page, and want to save it to mySQL database. after saving operations to database, in PHP script, I will send this to display the edited page. header("location: tiki-index.php?page=$page"); Then errors ocurr.the browser( whatever IE,netscape, firefox) will crash. IE -page can not be displayed, netscape-get no data, firefox--connection is reset. Before i send Function 'header', i checked the connection status with MySQL, it is normal. although only I am connecting to this WEB server, but it still displayed three processes connecting with MySQL. After I send Function 'header', All the processes connecting to the MySQL are broken. Apache error.log Parent: child process exited with status 3221225477 -- Restarting. Apache/2.2.2 (Win32) PHP/5.2.0-dev configured -- resuming normal operations Server built: Apr 29 2006 18:32:31 Parent: Created child process 4728 Child 4728: Child process is running Child 4728: Acquired the start mutex. Child 4728: Starting 250 worker threads. Child 4728: Starting thread to listen on port 8089. Child 4728: Starting thread to listen on port 8080. Child 4728: Starting thread to listen on port 80. if I change to google.com--header("location: http://www.google.com/"), it is no problem. just header("location: tiki-index.php?page=$page"); have some actions with MySQL. I do not know who causes who? SQL operations cause the Apache child process exit, or child process exit cause the broken SQL connection? what situation will the apache produce "Parent: child process exited with status 3221225477 "? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37765&edit=1