ID: 50215 Updated by: j...@php.net Reported By: michael dot hollstein at web dot de -Status: Open +Status: Feedback -Bug Type: *General Issues +Bug Type: Reproducible crash -Operating System: Windows 2000 +Operating System: win32 only - Windows 2000 PHP Version: 5.2.11 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: ------------------------------------------------------------------------ [2009-11-18 10:22:50] michael dot hollstein at web dot de Description: ------------ Parent: child process exited with status 3221225477 -- Restarting. Error in Apache, logs/error.log and Apache crash. The error occurs if I tried to call a MediaWiki 1.15 Page. These pages are using a ":" inside the URL. PHP Version 5.2.11 Apache Version 2.2.14 After a long time of error searching I desided to use another PHP Version. PHP Version 5.2.6 Apache Version 2.2.14 With this PHP Version, the error is gone ! Actual result: -------------- ************* HTTP-Protocol ************* With PHP 5.2.11 - http Protocol: If I call a MediaWiki Page, I can see this with DebugBar three times, one time in the middle of the communication and two times at the end. The Result is, that the Apache crashes: URL: http://:/ Content Type: Headers size (bytes): 0 Data size (bytes): 0 Total size (bytes): 0 Transferred data size (bytes): 0 Cached data: No With PHP 5.2.6 - http Protocol: If I call a MediaWiki Page, I can see this with DebugBar only one time in the middle of the communication. The Result is, that the Apache is working. URL: http://:/ Content Type: Headers size (bytes): 0 Data size (bytes): 0 Total size (bytes): 0 Transferred data size (bytes): 0 Cached data: No *********************************** With PHP 5.2.11 - Apache Error Log: *********************************** [Tue Nov 17 17:43:15 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Tue Nov 17 17:43:16 2009] [notice] Apache/2.2.14 (Win32) PHP/5.2.11 configured -- resuming normal operations [Tue Nov 17 17:43:16 2009] [notice] Server built: Sep 28 2009 22:41:08 [Tue Nov 17 17:43:16 2009] [notice] Parent: Created child process 2268 [Tue Nov 17 17:43:16 2009] [notice] Disabled use of AcceptEx() WinSock2 API [Tue Nov 17 17:43:16 2009] [notice] Child 2268: Child process is running [Tue Nov 17 17:43:16 2009] [notice] Child 2268: Acquired the start mutex. [Tue Nov 17 17:43:16 2009] [notice] Child 2268: Starting 150 worker threads. [Tue Nov 17 17:43:16 2009] [notice] Child 2268: Listening on port 80. ********************************** With PHP 5.2.6 - Apache Error Log: ********************************** [Wed Nov 18 09:52:12 2009] [notice] Apache/2.2.14 (Win32) PHP/5.2.6 configured -- resuming normal operations [Wed Nov 18 09:52:12 2009] [notice] Server built: Sep 28 2009 22:41:08 [Wed Nov 18 09:52:12 2009] [notice] Parent: Created child process 1180 [Wed Nov 18 09:52:13 2009] [notice] Disabled use of AcceptEx() WinSock2 API [Wed Nov 18 09:52:13 2009] [notice] Child 1180: Child process is running [Wed Nov 18 09:52:13 2009] [notice] Child 1180: Acquired the start mutex. [Wed Nov 18 09:52:13 2009] [notice] Child 1180: Starting 150 worker threads. [Wed Nov 18 09:52:13 2009] [notice] Child 1180: Listening on port 80. [Wed Nov 18 09:53:53 2009] [error] [client 127.0.0.1] (20024)The given path is misformatted or contained invalid characters: Cannot map GET /wiki/Fehler:Dokument_in_der_Ansicht_nicht_gefunden_(Begriffskl%C3%A4rung) HTTP/1.1 to file, referer: http://localhost/wiki/Hauptseite ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50215&edit=1