View Single Post
  #1 (permalink)  
Old 02-07-2005
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,559
Retry bug patch for Ice-2.0.0

Hi,

Here's a patch to fix a bug where Ice would retry indefinitely to establish a connection to a server under rare circumstances. The bug occurs when using indirect proxies containing only the object identity and if the object proxy was registered manually with the IcePack registry.

To apply the patch to Ice for C++ 2.0.0:

$ cd Ice-2.0.0
$ patch -p0 < ice.patch.txt

Let me know if you need a patch for Ice for Java or Ice for C#.

Benoit.
Attached Files
File Type: txt ice.patch.txt (902 Bytes, 432 views)
Reply With Quote