On Thu, Sep 09, 2004 at 07:10:51PM +0100, Wez Furlong wrote: > Hope that helps.... (and if you find out about the minidump thing, > please share the knowledge ;-)
This may be of assistance... Get the Windows Debugger: http://www.microsoft.com/ddk/debugging/ Here's a tip sheet on the process: http://www.jsiinc.com/SUBJ/tip4900/rh4981.htm Something I did to make things easier, was add the commands to the file extension handling. In Windows Explorer, select the Folder Options, File Types and add the DMP extension. Add an event called Open and put this value in there: C:\Program Files\Debugging Tools for Windows\windbg.exe" -y "SRV*C:\Program Files\Debugging Tools for Windows\Symbols*http://msdl.microsoft.com/download/symbols" -i C:\WINNT\system32 -z "%1" Note, I manually put in those line breaks after spaces here for visibility. Merge them onto one line and edit the paths as appropriate for you. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php