Thread: Heap corruption errors

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Heap corruption errors

    I've had one person test my new editor and he has reported that at times he gets heap corruption detected errors.

    I've received this error one time during debugging, but assumed it was due to previous errors and/or MSVS IDE.

    I'm using MFC as a shared DLL and not using any threads. I have looked on the net along with Shakti and I cannot for one find anything in my code that would cause this issue?

    If std::allocator for maps, lists, vectors, etc, fails - is it not supposed to assert instead of allocating the memory for the new object? And if it did allocate, this would not cause a heap corruption but moreso a memory leak?

    Any ideas?

    We found this:
    http://support.microsoft.com/default...en-us%3B819611

    But I'm not programming for Windows CE.

    I believe I have found the problem:

    http://msdn.microsoft.com/library/de...lename_nt4.asp

    However I'm not using explorer style dialogs.
    Last edited by VirtualAce; 07-15-2006 at 08:45 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. heap arrainging question..
    By transgalactic2 in forum C Programming
    Replies: 7
    Last Post: 03-25-2009, 07:27 AM
  2. global namespace errors
    By stubaan in forum C++ Programming
    Replies: 9
    Last Post: 04-02-2008, 03:11 PM
  3. executing errors
    By s0ul2squeeze in forum C++ Programming
    Replies: 3
    Last Post: 03-26-2002, 01:43 PM
  4. heap
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-10-2001, 02:15 PM