Edit report at http://bugs.php.net/bug.php?id=45786&edit=1

 ID:               45786
 Comment by:       differentpk at gmail dot com
 Reported by:      karelevzen at gmail dot com
 Summary:          FastCGI process exited unexpectedly
 Status:           Closed
 Type:             Bug
 Package:          CGI related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:      5.3CVS-2008-08-10 (CVS)
 Assigned To:      dmitry

 New Comment:

I had the same problem like error 500, I set all extentions off and the
problem was gone. Then i uncommented extentions one by one and found
that the problems occures at ;extension=php_exif.dll. Though i removed
the error message but i am still unable to find the solution yet.


Previous Comments:
------------------------------------------------------------------------
[2008-08-26 09:59:12] dmi...@php.net

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------
[2008-08-18 18:45:10] karelevzen at gmail dot com

If this helps, I have created a dump 6 seconds after executing the
page.

Thread 0:

ntdll!NtDelayExecution+15    

kernel32!SleepEx+62    

kernel32!Sleep+f    

php5ts!php_get_inf+1eaf    

php5ts!execute+cc5    

php5ts!execute+6130 



Thread 1:

user32!NtUserGetMessage+15    

user32!GetMessageA+a2    

php5ts!zend_timeout+1a8



Another thing I found interesting is, that upon the request, a
php-cgi.exe is created and does nothing. After the timeout, in the same
exact moment, a new php-cgi.exe is created, the old php-cgi.exe is
destroyed and the page is rendered. Is this behaviour normal or should I
futher investigate this strange process?



This second php-cgi.exe process is destroyed upon refresh and the
display of the IIS error message.

------------------------------------------------------------------------
[2008-08-18 15:58:20] karelevzen at gmail dot com

No succes, sorry.

It behaves the same, eg. it loads the content, then keeps "loading" for
some time (faulty php module). This time, the GUI error message DOES NOT
APPER, but when I hit refresh, it displays a IIS error message stating:



HTTP Error 500.0 - Internal Server Error

Module  FastCgiModule

Notification    ExecuteRequestHandler

Handler PHP

Error Code      0x8007000d



After another refresh the page again loads, keeps on loading for a
while, than, after another refresh the same error appears.



IMHO it's the same problem, but this time IIS realizes that an error had
occured when the second request is received.



Due to the GUI error not showing, I cannot send you a crushdump.

------------------------------------------------------------------------
[2008-08-18 11:03:30] dmi...@php.net

Could you please retest CVS.

------------------------------------------------------------------------
[2008-08-13 14:22:26] j...@php.net

Dmitry, something fishy with request shutdown in fastcgi? Note the ini
options used by the user:



cgi.force_redirect = 0

cgi.fix_pathinfo=1

fastcgi.impersonate = 1



------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    http://bugs.php.net/bug.php?id=45786


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=45786&edit=1

Reply via email to