On Thu, Jan 2, 2014 at 5:16 PM, Jan Ehrhardt <phpdev@xxxxxxxxxxx> 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 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php