Hi,

On Wed, 2010-03-24 at 23:24 -0700, Thomas Hruska wrote:
> PHP 5.2.13 on Windows XP SP3 w/ Apache (PHP as a module) is crashing for 
> me.  I've tried to create a simple test case to reproduce but I'm not 
> able to.  Any hints/tips or a guide on how to debug this would be highly 
> appreciated.  I'm not adverse to debuggers and I have VS2008 
> Professional on this machine.

On http://bugs.php.net/bugs-generating-backtrace-win32.php are
instructions to create a stacktrace of the crash which might give a
first indication where to look.

The other thing is to try hard to really drop each and every line from
your code which isn't needed to reproduce the crash. Yes that can be
annoying.

johannes


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to