#35066 [Asn->Fbk]: Crash using COM with ISAPI

2005-11-28 Thread sniper
 ID:   35066
 Updated by:   [EMAIL PROTECTED]
-Summary:  Crash using COM
 Reported By:  bke15 at gmx dot de
-Status:   Assigned
+Status:   Feedback
 Bug Type: COM related
 Operating System: Windows 2003 Server
 PHP Version:  5.1.0RC4
 Assigned To:  wez
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip




Previous Comments:


[2005-11-26 23:01:31] IMarvinTPA at bigfoot dot com

I'm getting this crash every time on WinXP SP1, PHP 5.1 release, IIS
5.1 (PWS)

The line of code that does it in:
$oCapicom = new COM("CAPICOM.EncryptedData");

IMarv



[2005-11-02 16:14:35] bke15 at gmx dot de

I am running on ISAPI on all cases.



[2005-11-02 16:00:39] [EMAIL PROTECTED]

Are you running ISAPI or Apache?



[2005-11-02 15:43:50] [EMAIL PROTECTED]

Assigned to the maintainer.




[2005-11-02 15:31:22] bke15 at gmx dot de

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 '0xc005'.






-- 
Edit this bug report at http://bugs.php.net/?id=35066&edit=1


#35066 [Asn->Fbk]: Crash using COM

2005-11-02 Thread wez
 ID:   35066
 Updated by:   [EMAIL PROTECTED]
 Reported By:  bke15 at gmx dot de
-Status:   Assigned
+Status:   Feedback
 Bug Type: COM related
 Operating System: Windows 2003 Server
 PHP Version:  5.1.0RC4
 Assigned To:  wez
 New Comment:

Are you running ISAPI or Apache?


Previous Comments:


[2005-11-02 15:43:50] [EMAIL PROTECTED]

Assigned to the maintainer.




[2005-11-02 15:31:22] bke15 at gmx dot de

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 '0xc005'.






-- 
Edit this bug report at http://bugs.php.net/?id=35066&edit=1