Results 1 to 1 of 1

Thread: Patch #3 for Ice 3.4.2: Glacier2 memory leak

  1. #1
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445

    Patch #3 for Ice 3.4.2: Glacier2 memory leak

    As reported here, Glacier2 leaks memory for each session. Note that this leak only occurs when Glacier2's request buffering feature is enabled, as it is by default.

    To apply the patch to an Ice 3.4.2 source distribution on Windows:

    cd Ice-3.4.2
    patch --binary -p1 < patch.txt


    On Unix:

    cd Ice-3.4.2
    patch -p1 < patch.txt


    Best regards,
    ZeroC Staff
    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. a question about MFC memory leak in using ice
    By cnhome in forum Help Center
    Replies: 2
    Last Post: 06-08-2011, 10:17 PM
  2. Replies: 1
    Last Post: 05-21-2011, 09:12 AM
  3. Memory leak during ice initialisation
    By JvD in forum Help Center
    Replies: 3
    Last Post: 11-11-2009, 03:39 AM
  4. memory leak with Ice::IllegalIndirectionException
    By areslp in forum Help Center
    Replies: 2
    Last Post: 03-20-2009, 02:10 AM
  5. Memory leak when using ice with MFC?
    By _orchid_ in forum Help Center
    Replies: 9
    Last Post: 12-01-2003, 06:02 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
  •