php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48414 The FastCGI process exited unexpectedly
Submitted: 2009-05-28 13:57 UTC Modified: 2009-06-05 01:00 UTC
Votes:12
Avg. Score:4.4 ± 1.2
Reproduced:10 of 10 (100.0%)
Same Version:3 (30.0%)
Same OS:6 (60.0%)
From: dannyoneill at ntlworld dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.2.9 OS: Windows 2003 Server
Private report: No CVE-ID: None
 [2009-05-28 13:57 UTC] dannyoneill at ntlworld dot com
Description:
------------
On a freshly built (and existing) Windows server with PHP 5.2.9 and FastCGI the following error occurs when trying to access phpMyAdmin when register_globals is set to on;

-----------------------
FastCGI Error
The FastCGI Handler was unable to process the request.

Error Details:

    * The FastCGI process exited unexpectedly
    * Error Number: -1073741819 (0xc0000005).
    * Error Description: Unknown Error

HTTP Error 500 - Server Error.
Internet Information Services (IIS)
-------------------------

I have built a fresh server and can re-create this each time. This only occurs when using fastcgi.

Reproduce code:
---------------
Standard install of phpMyAdmin

Expected result:
----------------
Sucessful logon

Actual result:
--------------
FastCGI Error
The FastCGI Handler was unable to process the request.

Error Details:

    * The FastCGI process exited unexpectedly
    * Error Number: -1073741819 (0xc0000005).
    * Error Description: Unknown Error

HTTP Error 500 - Server Error.
Internet Information Services (IIS)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-28 14:05 UTC] pajoye@php.net
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 the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2009-06-05 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 05:01:34 2025 UTC