Re: [PHP-WIN] Re: Opcache crashes. Was: [PHP-WIN] 64 bit platform improvements
[email protected] (Pierre Joye) Sun, 5 Jan 2014 13:25:25 +0100
| Newsgroups | php.windows |
|---|---|
| Message-ID | <CAEZPtU5tmsg4yeJKzTsfr+G_ZRHR0ujs6hxmNQpFhVn18SAqiA@mail.gmail.com> |
On Thu, Jan 2, 2014 at 5:16 PM, Jan Ehrhardt <[email protected]> wrote: >>I know, debugging on Windows is a pain :( not really, more a lack of practice than anything else. My top prio for this year, write a doc about backtrace, coredumps and the likes for win, maybe some tools to automate the whole things :) > With the debugging tools I cannot even get a backtrace. There are no > segfaults just an end of script before the headers. So any tool that is > monitoring segfaults does not notice anything. Do you have any tips how > I can get a backtrace anyway? > >>I would very appreciate, if you provide more or less compact reproducable >>case. > > I will try to remove the sensitive data from the dev-database, hoping > that it will still crash after that. with opcache, and perf related crashes, it is better to store the core dumbs and do a post mortem analyis (can be done anywhere then, from windbg or VS). See https://bugs.php.net/bugs-generating-backtrace-win32.php to at least generate a backtrace :) Cheers, -- Pierre @pierrejoye | http://www.libgd.org