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

 ID:               49192
 Updated by:       bj...@php.net
 Reported by:      circus2 at freenet dot de
 Summary:          PHP crashes when GC invoked on COM object
-Status:           Re-Opened
+Status:           Closed
 Type:             Bug
 Package:          Reproducible crash
 Operating System: Win XP SP3 (german)
 PHP Version:      5.3SVN-2009-08-07 (snap)
 Assigned To:      stas



Previous Comments:
------------------------------------------------------------------------
[2010-04-02 00:54:29] s...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------
[2010-04-02 00:54:04] s...@php.net

Automatic comment from SVN on behalf of stas
Revision: http://svn.php.net/viewvc/?view=revision&revision=297307
Log: fix #49192 - crash in GC when get_properties handler returns null

------------------------------------------------------------------------
[2009-08-28 15:44:43] FelixStrauss at gmx dot de

In addition: My system is Windows 7 PR Build 7100

------------------------------------------------------------------------
[2009-08-28 15:38:19] FelixStrauss at gmx dot de

I can reproduce the problem with the following two lines:



<?php



$dbConnection = new Com('ADODB.Connection');

var_dump(gc_collect_cycles());



?>



My system:

Zend Extension Build API220090626,TS,VC9

PHP Extension Build API20090626,TS,VC9

------------------------------------------------------------------------
[2009-08-15 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------


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/bug.php?id=49192


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

Reply via email to