RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Keith Davis
http://forums.iis.net/p/1196789/2047778.aspx/1?Re+WinCache+for+PHP+5+5+ http://sourceforge.net/projects/wincache/files/development/wincache-1.3.4.1-dev-5.5-nts-vc11-x86.exe/download I thought of that already and tried this one: http://www.apachelounge.com/viewtopic.php?t=5480 Keith Davis - (214

Re: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Jan Ehrhardt
Keith Davis in php.windows (Mon, 22 Jul 2013 12:49:59 -0500): >A, geez. It looks like it's caused by Wincache. I disable and enable >that extension and the crashing stops and starts. > >However, again, I've tested Wincache thoroughly with Opcache in IIS and >have no issues. It's only on the com

RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Keith Davis
We have been loading the extension as such: zend_extension="c:/php/ext/php_opcache.dll" However, I've tried it the other way as well: zend_extension=php_opcache.dll Still crashes. Yes, we are using those recommended settings. A, geez. It looks like it's caused by Wincache. I disable and e

RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Keith Davis
I will, but 2 things that really confuse me: * we have one machine (out of 4) that does not crash - all of these machines are built and configured to a specification, so I don't know why this one is different * the error does not occur when in IIS - only on the CLI Keith Davis - (214) 906-5183

Re: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Jan Ehrhardt
Keith Davis in php.windows (Mon, 22 Jul 2013 10:36:32 -0500): >"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?" > >How do I contact them? https://github.com/zendtech/ZendOptimiz

RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Keith Davis
Now, that is very odd. Why would gdb32.exe (or php.exe 32 bit in this context) be accessing C:\Windows\system32\ntdll.dll? Keith Davis - (214) 906-5183 -Original Message- From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] Sent: Monday, July 22, 2013 9:12 AM To: php-windows@lists.php.net Sub

RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Keith Davis
"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?" How do I contact them? Actually, this is Windows 7 Professional Service Pack 1. I can test on a Server 2008 R2 machine (which i

Re: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Jan Ehrhardt
Keith Davis in php.windows (Mon, 22 Jul 2013 08:04:44 -0500): >Program received signal SIGTRAP, Trace/breakpoint trap. >0x7756e696 in ntdll!KiRaiseUserExceptionDispatcher () > from C:\Windows\system32\ntdll.dll Your bug report was talking about C:\Windows\SysWOW64\ntdll.dll https://bugs.php.net/

Re: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Jan Ehrhardt
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

RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-22 Thread Keith Davis
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.) C:\temp>gdb32.exe php.exe GNU gdb (GDB) 7.5.1 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 o