From:             tom at ideaweb dot de
Operating system: Debian Testing
PHP version:      4.3.8
PHP Bug Type:     *XML functions
Bug description:  Apache2/PHP Module crashes

Description:
------------
hi,

i have a small content management system, which 
transforms xml documents to evaluated php templates. 
with huge data the apache2.0.50 crashes with the 
following 
message in the error log:

httpd: domprovider.h:269: virtual SXP_NodeType 
DOMProviderUniversal::getNodeType(void*): Assertion `!!
(external)' failed.
[Mon Aug 02 20:15:58 2004] [notice] child pid 20982 exit 
signal Aborted (6)
httpd: domprovider.h:269: virtual SXP_NodeType 
DOMProviderUniversal::getNodeType(void*): Assertion `!!
(external)' failed.
[Mon Aug 02 20:16:08 2004] [notice] child pid 21091 exit 
signal Aborted (6)
httpd: domprovider.h:269: virtual SXP_NodeType 
DOMProviderUniversal::getNodeType(void*): Assertion `!!
(external)' failed.
[Mon Aug 02 20:23:50 2004] [notice] child pid 21440 exit 
signal Aborted (6)
httpd: domprovider.h:269: virtual SXP_NodeType 
DOMProviderUniversal::getNodeType(void*): Assertion `!!
(external)' failed.
[Mon Aug 02 20:50:11 2004] [notice] child pid 28053 exit 
signal Aborted (6)
httpd: domprovider.h:269: virtual SXP_NodeType 
DOMProviderUniversal::getNodeType(void*): Assertion `!!
(external)' failed.
[Mon Aug 02 20:52:20 2004] [notice] child pid 28197 exit 
signal Aborted (6)

if i change some content in cdata notes, the 
transformation over sabltron xsl works in some cases 
again. with small documents no problem.




Reproduce code:
---------------
sorry its to complex to post this in 20 line. if you have questions
contact me.

Expected result:
----------------
no crashes at any kind programming failures...

Actual result:
--------------
root:/etc/firewall# /www/apache/current/bin/httpd -X
Aborted

the apache webserver quits only with "Aborted",the the 
same error message in the error log and without a core 
file.

???

-- 
Edit bug report at http://bugs.php.net/?id=29548&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29548&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29548&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29548&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29548&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29548&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29548&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29548&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29548&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29548&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29548&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29548&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29548&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29548&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29548&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29548&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29548&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29548&r=float

Reply via email to