ID: 37853 Updated by: [EMAIL PROTECTED] Reported By: jona at oismail dot com Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 5.1.4 New Comment:
Crashes within libxml2 in xmlSchemaValidateDoc() called from ext/dom/document.c _dom_document_schema_validate() At the first glance, doesn't look like PHP problem. PHP5TS! xmlSchemaCheckFacet + 1827 bytes PHP5TS! xmlSchemaCheckFacet + 1551 bytes PHP5TS! xmlSchemaValidateDoc + 57 bytes _dom_document_schema_validate(int 270323429, _zval_struct * 0x00000001, _zval_struct * * 0x0116fa78, _zval_struct * 0x00000000, int 18282784, void * * * 0x00000000, int 2244912) line 1893 zif_dom_document_schema_validate_xml(int 1, _zval_struct * 0x0116fa78, _zval_struct * * 0x00000000, _zval_struct * 0x0116f920, int 0, void * * * 0x00224130) line 1912 + 37 bytes zend_do_fcall_common_helper_SPEC(_zend_execute_data * 0x10019575, void * * * 0x00c0fba8) line 200 + 49 bytes ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER(_zend_execute_data * 0x00c0fba8, void * * * 0x00224130) line 322 + 17 bytes execute(_zend_op_array * 0x7c9106eb, void * * * 0x1000948d) line 92 + 12 bytes Previous Comments: ------------------------------------------------------------------------ [2006-06-20 14:11:24] jona at oismail dot com I don't have MSVC available I'm afraid, nor am I likely to get a hand on one anytime soon. Is there anything else I can do to assist? ------------------------------------------------------------------------ [2006-06-20 12:15:20] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2006-06-20 12:13:31] jona at oismail dot com How do I do I get that? If I call either debug_backtrace() or debug_print_stacktrace() prior to calling DOM->schemaValidate(), I get no useful output. If I call either of the backtrace functions after DOM->schemaValidate(), they're never executed due to the PHP Access Violation. Please advice? ------------------------------------------------------------------------ [2006-06-20 11:48:03] [EMAIL PROTECTED] We still need the backtrace, though. ------------------------------------------------------------------------ [2006-06-19 21:48:33] jona at oismail dot com The issue is likely specific to Windows / IIS / sapi / isapi then? Can't seem to make the CGI version work on IIS or I'd test if it was sapi specific. Sorry.... :-( ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/37853 -- Edit this bug report at http://bugs.php.net/?id=37853&edit=1