ID: 49191 Updated by: paj...@php.net Reported By: bmhrules at hotmail dot com -Status: Open +Status: Feedback Bug Type: IIS related Operating System: Windows Sever 2003 Ent. X64 PHP Version: 5.2SVN-2009-08-07 (snap) New Comment:
Please try using FastCGI instead, it is the recommended interface for IIS. If you have to use ISAPI, we will need a reproduce script to be able to fix these crashes. Previous Comments: ------------------------------------------------------------------------ [2009-08-07 16:43:34] bmhrules at hotmail dot com Description: ------------ While running PHP in isapi I was getting quite a few different access violation errors. They are not constant but sporadic. PHP has encountered an Access Violation at 027033E4 PHP has encountered an Access Violation at 026DA5BA PHP has encountered an Access Violation at 0264ACB2 I've disabled most of my extensions in the php.ini, but so far no luck in getting these random errors to vanish. Reproduce code: --------------- n/a Expected result: ---------------- n/a Actual result: -------------- My feeble attempts at backtraces would sometimes get: *** WARNING: Unable to verify checksum for \\?\C:\PHP\php5ts.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for \\?\C:\PHP\php5ts.dll - 014ef1a4 02e07c3d 00000004 00000000 0000000a ntdll!RtlDetermineDosPathNameType_U+0x330 014ef1c8 02e085b1 0000002b 00000000 00000000 php5ts!php_gcvt+0x28d 014ef4b0 02d4bdc9 00000000 00000000 0230d968 php5ts!ap_php_slprintf+0x4c1 00000000 00000000 00000000 00000000 00000000 php5ts!emalloc+0x39 Sometimes this: *** WARNING: Unable to verify checksum for C:\PHP\LIBMYSQL.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\PHP\LIBMYSQL.dll - 0166ec1c 0338fe86 0397c888 0397c888 0336d060 WS2_32!gethostbyname+0x8d 0166ec28 0336d060 0397c888 0166ec64 0166ed38 LIBMYSQL!mysql_sqlstate+0x2b5ce 0166ecbc 7d625062 0166f1f4 0000000c 0166ecf4 LIBMYSQL!mysql_sqlstate+0x87a8 0166ecf0 7d61f7d4 00151378 0166ef24 7d61f768 ntdll!RtlUnicodeStringToAnsiString+0x6e 0166ef70 00000000 00000000 00000000 00000000 ntdll!RtlAllocateHeap+0x14e You will have to excuse my potentially useless report and walk me through to help figure out what is causing conflicts since I am not at all knowledgeable with debugging on x64, or any OS for that matter. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49191&edit=1