We continually get CGI / FASTCGI popups telling us about crashes. The "error signature" is:
szAppName : php-cgi.exe szAppVer : 5.2.5.5 szModName : unknown
szModVer : 0.0.0.0 offset : 4a756b45
I tried to set up DebugDiag to catch these crahes to a dump file but it never catches those crashes. I am obviously using the non thread safe version of PHP which I assume is causing the crashes but I want to be sure. Also, our C drive is getting filled with dump files of the crashes because DebugDiag is not catching them and putting them in the correct drive. I have set up other application pools (with ASP pages in them) and on the rare occasions that pool crashes it does catch it correctly.
-Drew