Results 1 to 3 of 3

Thread: a question about MFC memory leak in using ice

  1. #1
    cnhome is offline Registered User
    Name: Li Wenzhi
    Organization: FreeLaner
    Project: Train Enquiries for Android
    Join Date
    Apr 2005
    Location
    Beijing, China
    Posts
    64

    Post a question about MFC memory leak in using ice

    env: Win7 64bit, VS2010

    I write the code following the MFC client demo code. I use the vc100 path lib. I do nothing invoke and just close application, so Visual studio show the memory leak from 'ThreadPoolDestroyedException'. How can I do with it?

    ------------------------------------------------
    The thread 'Win32 Thread' (0x1968) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x504) has exited with code 0 (0x0).
    First-chance exception at 0x773bb727 in syslogClient.exe: Microsoft C++ exception: `anonymous namespace'::ThreadPoolDestroyedException at memory location 0x0302f44b..
    The thread 'Win32 Thread' (0x10d8) has exited with code 0 (0x0).
    Detected memory leaks!
    Dumping objects ->
    {829} normal block at 0x009657A0, 8 bytes long.
    Data: < V > 00 56 96 00 00 00 00 00
    {825} normal block at 0x00965700, 8 bytes long.
    Data: <8U > 38 55 96 00 00 00 00 00
    {822} normal block at 0x00965530, 260 bytes long.
    Data: < T, T W > 08 C5 14 54 2C C5 14 54 00 57 96 00 00 CD CD CD
    {820} normal block at 0x009653F0, 8 bytes long.
    Data: <t, T > 74 2C 99 54 00 00 00 00
    {480} normal block at 0x002EB060, 8 bytes long.
    Data: < !T > D0 B6 21 54 00 00 00 00
    .....
    Object dump complete.
    The program '[9596] syslogClient.exe: Native' has exited with code 2 (0x2).

  2. #2
    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
    Hi,

    Please see this FAQ.

    We are only aware of one memory leak in Ice 3.4.1. This will be fixed in the next release.

    Regards,
    Mark

  3. #3
    cnhome is offline Registered User
    Name: Li Wenzhi
    Organization: FreeLaner
    Project: Train Enquiries for Android
    Join Date
    Apr 2005
    Location
    Beijing, China
    Posts
    64

    Post

    Thanks a lot!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Memory leak during ice initialisation
    By JvD in forum Help Center
    Replies: 3
    Last Post: 11-11-2009, 03:39 AM
  2. memory leak with Ice::IllegalIndirectionException
    By areslp in forum Help Center
    Replies: 2
    Last Post: 03-20-2009, 02:10 AM
  3. About memory leak in MFC program with Ice2.1.2
    By ehero in forum Help Center
    Replies: 1
    Last Post: 07-14-2005, 01:23 PM
  4. Memory leak when using ice with MFC?
    By _orchid_ in forum Help Center
    Replies: 9
    Last Post: 12-01-2003, 06:02 PM
  5. With MFC, memory leak?
    By alwayscy1 in forum Help Center
    Replies: 4
    Last Post: 11-05-2003, 08:48 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
  •