From:             bke15 at gmx dot de
Operating system: Windows 2003 Server
PHP version:      5.1.0RC4
PHP Bug Type:     COM related
Bug description:  Crash using COM

Description:
------------
I am using com functions in PHP5 very frequent. While I created a new COM
Object via :

$xslDom = new COM( "MSXML2.FreethreadedDOMDocument.4.0" );
$xslDom->Load($XSLFile);

i get sometimes a server crash. I can't reproduce it, but if i reload the
page frequently the crash occurs some of each 10 requests.

Versions 5.0.5 and 5.0.4 do the job very fine.

Reproduce code:
---------------
$xslDom = new COM( "MSXML2.FreethreadedDOMDocument.4.0" );
$xslDom->Load($XSLFile);

Actual result:
--------------
Server Crash - the process exit code was '0xc0000005'.


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

Reply via email to