Re: [PHP-WIN] Re: Opcache crashes. Was: [PHP-WIN] 64 bit platform improvements

[email protected] (Jan Ehrhardt) Sun, 05 Jan 2014 17:25:31 +0100
Newsgroups php.windows
Message-ID <[email protected]>
Jan Ehrhardt in php.windows (Sun, 05 Jan 2014 17:07:46 +0100):
>Pierre Joye in php.windows (Sun, 5 Jan 2014 15:17:38 +0100):
>>btw you can still hook into a process and save a dump, allowing the
>>same analysis than a crash dump.
>
>How do I do that? The php-cgi.exe process stops instantly as soon as the
>internal server error occurs. I just checked in the Windows Task
>Manager. Before the error a php-cgi.exe *32 with PID 41408. At the
>moment of the error it vanishes.

OK, got a ZwTerminateProcess.dmp by tracking the php-cgi.exe PID on
memory leaks and the like. No debug symbols yet, so I will run another
analysis.

Jan