Results 1 to 1 of 1

Thread: Patch #6 for Ice 3.3.0 (IceGrid): fixes potential registry crash

  1. #1
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196

    Patch #6 for Ice 3.3.0 (IceGrid): fixes potential registry crash

    Hi,

    Memory corruption might occur in the IceGrid registry locator implementation when resolving the endpoints of a replica group if some members of the replica group are being activated. The patch.txt file attached below includes a fix for this issue. It also fixes a potential hang which might occur when resolving the endpoints of a round-robin replica group if a member of the replica group is removed concurrently.

    For convenience, a cumulative patch that also includes the fix for Patch #5 is also attached below in the patch-cumutalive.txt file. You should use this patch if you didn't already apply patch #5 to your source tree.

    To apply the patch:

    Code:
       $ cd Ice-3.3.0
       $ patch -p1 < patch.txt
    or

    Code:
       $ cd Ice-3.3.0
       $ patch -p1 < patch-cumulative.txt
    Cheers,
    Benoit.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 12-03-2008, 01:22 AM
  2. Replies: 0
    Last Post: 09-12-2008, 08:56 AM
  3. Replies: 0
    Last Post: 04-20-2007, 06:11 AM
  4. Replies: 0
    Last Post: 11-06-2006, 04:26 AM
  5. Patch #7 for Ice 3.1.0: IceGridGUI fixes
    By bernard in forum Patches
    Replies: 0
    Last Post: 09-11-2006, 02:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •