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

2005-11-29 Thread bke15 at gmx dot de
 ID:   35066
 User updated by:  bke15 at gmx dot de
 Reported By:  bke15 at gmx dot de
-Status:   Feedback
+Status:   Open
 Bug Type: COM related
 Operating System: Windows 2003 Server
 PHP Version:  5.1.0RC4
 Assigned To:  wez
 New Comment:

The error is now (PHP5.1.1) very seldom but still existent. Using a
loadtester on my Webserver i get application Errors each 5 Minutes.
Using the same script with 5.0.5 works fine.


Previous Comments:


[2005-11-28 15:14:56] [EMAIL PROTECTED]

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





[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.




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/35066

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


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

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

I am running on ISAPI on all cases.


Previous Comments:


[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