From:             elzeedee at bonbon dot net
Operating system: Windows 2000 Advanced Server
PHP version:      4.3.7
PHP Bug Type:     XSLT related
Bug description:  DomXsltStylesheet->process() kills the apache

Description:
------------
What did I do:
1) Created a relatively large DOM XML document
2) Created a DomXsltStylesheet from memory. The XSLT document is kinda
large (~1020 lines).
3) Used the ->process() method to transform the document
What did I expect:
My document transformed nice. This actually happens around 3 times out of
4.
What is the problem:
Around 1 time out of 4 apache service gives a "memory cannot be read"
standart Windows error and dies.
I am totally sure that the fault happens inside the ->process() method,
since when it's commented out, no problems happen.
With Sablotron, this problem does not arise.


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

Reply via email to