Keith Davis in php.windows (Mon, 22 Jul 2013 08:04:44 -0500): >Seems to be the same problem with this method, no debugging symbols found. >I've added the debug pack to my c:\PHP directory (with the extension >.pdb files in \ext.) I had the same problem. I am not sure if the GNU debugger looks at the .pdb files, but that does not seem to make a difference. >(gdb) run -r exit(); >Starting program: c:\php\php.exe -r exit(); >[New Thread 1936.0x3104] >[New Thread 1936.0x2a68] >warning: Critical error detected c0000374 OK, gdb detected the critical error. >Program received signal SIGTRAP, Trace/breakpoint trap. >0x7756e696 in ntdll!KiRaiseUserExceptionDispatcher () > from C:\Windows\system32\ntdll.dll >(gdb) bt >#0 0x7756e696 in ntdll!KiRaiseUserExceptionDispatcher () > from C:\Windows\system32\ntdll.dll >#1 0x74c62bf7 in ?? () >#2 0x07400050 in ?? () >#3 0x7756f5c9 in ntdll!LdrAddRefDll () from C:\Windows\system32\ntdll.dll >#4 0xc0000374 in ?? () >#5 0x775a4268 in ntdll!_itow () from C:\Windows\system32\ntdll.dll >#6 0x00abfbd0 in ?? () >#7 0x7756f6a9 in ntdll!LdrAddRefDll () from C:\Windows\system32\ntdll.dll >#8 0x00000002 in ?? () >#9 0x74c62bab in ?? () Maybe the developers of OPcache can do something with this information, although it is deep inside Windows. Is it a Windows Server? Which edition? 2008 R2 or higher? Jan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php