View Single Post
  #1 (permalink)  
Old 01-23-2006
benoit's Avatar
benoit benoit is online now
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,552
Patch for Ice for C++, release 3.0.1

Hi,

NOTE: this patch was originally posted here for Ice 3.0.0 but wasn't included in Ice 3.0.1 since it's not binary compatible. Here's a new version for Ice 3.0.1.

This patch patch fixes a problem with the class garbage collector in Ice for C++ that can result in double-deletion of class instances when the communicator is shutdown or when the garbage collector thread runs.

This patch is not binary compatible and will be included in the 3.1 release.



Cheers,
Benoit.
Attached Files
File Type: txt patch.gc.txt (11.6 KB, 131 views)

Last edited by michi : 02-23-2006 at 11:54 PM.
Reply With Quote