Re: [INTERNALS-WIN] Crash dump reports
[email protected] (Richard Quadling)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
On 23 May 2011 18:03, Pierre Joye <[email protected]> wrote: > On Mon, May 23, 2011 at 2:39 PM, Richard Quadling <[email protected]> wrote: >> On 23 May 2011 12:54, Pierre Joye <[email protected]> wrote: >>> not easily right now. But you can get it to save the dump somewhere, >>> then you can generate a bactrace using this dump. That's why I pointed >>> you to this howto. >>> >>> On Mon, May 23, 2011 at 1:51 PM, Richard Quadling <[email protected]> wrote: >>>> On 23 May 2011 12:42, Pierre Joye <[email protected]> wrote: >>>>> hi, >>>>> >>>>> See the "how to generate a backtrace" >>>>> http://bugs.php.net/bugs-generating-backtrace-win32.php >>>>> >>>>> On Mon, May 23, 2011 at 1:15 PM, Richard Quadling <[email protected]> wrote: >>>>>> Hi. >>>>>> >>>>>> Currently, I'm getting a crash when I run PhD using my build (as well >>>>>> as the build on the server that builds the Windows CHM files). >>>>>> >>>>>> It generates a Dr Watson log and I'm pushing it off to MS. >>>>>> >>>>>> Where do they go? >>>>>> >>>>>> Can they be retrieved/analysed? >>>>>> >>>>>> Is there anything being done with these reports? >>>>>> >>>>>> Regards, >>>>>> >>>>>> Richard. >>>>>> >>>>>> -- >>>>>> Richard Quadling >>>>>> Twitter : EE : Zend : PHPDoc >>>>>> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea >>>>>> >>>>>> -- >>>>>> Windows Internals Mailing List (http://www.php.net/) >>>>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Pierre >>>>> >>>>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org >>>>> >>>> >>>> The server in question only reports the crash after a logout/login. >>>> >>>> And only for 1 of the languages that crashes (es or fa - will need to >>>> check locally). >>>> >>>> But with the reports being sent to MS, isn't there a way to collate >>>> these and get them part of the debugging process? >>>> >>>> >>>> >>>> -- >>>> Richard Quadling >>>> Twitter : EE : Zend : PHPDoc >>>> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea >>>> >>> >>> >>> >>> -- >>> Pierre >>> >>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org >>> >> >> The backtrace ... >> >> PHP5!XMLSTREQUAL+20 >> In php__PID__6948__Date__05_23_2011__Time_01_06_23PM__684__Second_Chance_Exception_C0000005.dmp >> the assembly instruction at php5!xmlStrEqual+20 in C:\PHP5\php5.dll >> from The PHP Group has caused an access violation exception >> (0xC0000005) when trying to read from memory location 0x73746e65 on >> thread 0 >> >> Whereas the start of the trace has source code paths and line numbers, >> the later entries don't. And as xmlStrEqual is in libxml, it suggests >> an error there. >> >> I'm using libxml-2.7.7-vc9-x86.zip. >> >> There is a 2.7.8 branch on >> http://git.gnome.org/browse/libxml2/tag/?id=v2.7.8, and >> http://xmlsoft.org/news.html shows a new release, but no win32 > >> So. I wonder just how hard it is to build? > > See:https://wiki.php.net/internals/windows/libs/libxml2 > > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > The wiki is a little out of date. C:\Users\Richard>php -v PHP 5.3.6 (cli) (built: Mar 17 2011 10:48:37) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies C:\Users\Richard>php -i | find "libxml2" libxml2 Version => 2.7.7 -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea