tracing memory leaks 
Author Message
 tracing memory leaks

Got this out put from calling  _CrtDumpMemoryLeaks();:

Detected memory leaks!
Dumping objects ->
strcore.cpp(118) : {55} normal block at 0x002F4580, 14 bytes long.
 Data: <            0 > 01 00 00 00 01 00 00 00 01 00 00 00 30 00
strcore.cpp(118) : {54} normal block at 0x002F2D50, 14 bytes long.
 Data: <            0 > 01 00 00 00 01 00 00 00 01 00 00 00 30 00
{49} normal block at 0x002F4420, 33 bytes long.
 Data: < C              > 00 43 00 CD CD CD CD CD CD CD CD CD CD CD CD CD
{48} normal block at 0x002F43B8, 40 bytes long.
 Data: < |L             > 14 7C 4C 10 16 00 00 00 00 00 00 00 00 00 00 00
{46} client block at 0x002F4268, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $002F4268, 64 bytes long
Object dump complete.

The program 'G:\WIS\ICE\Debug\ICE.exe' has exited with code 0 (0x0).

It from a Multithreaded WIN32 APP using MFC's  and using #import to use ADO.

It's the only one I can't trace :-|



Sun, 20 Jun 2004 13:31:50 GMT  
 tracing memory leaks
Since there's a CDynLinkLibrary in there, KB article Q167929 may be of help.

--
Adrian O' Neill - post replies to newsgroup.
Remove * from e-mail address to reply.

Quote:

> a CDynLinkLibrary object at $002F4268, 64 bytes long
> Object dump complete.

> The program 'G:\WIS\ICE\Debug\ICE.exe' has exited with code 0 (0x0).

> It from a Multithreaded WIN32 APP using MFC's  and using #import to use
ADO.

> It's the only one I can't trace :-|



Tue, 22 Jun 2004 21:58:55 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Any good ways to trace memory leaks?

2. Tracing memory leaks

3. How to trace problem Memory leak ?

4. Handle leak, memory leak...

5. TRACE() from threads causing resource leaks?

6. Class object, returning pointers, dynamic memory, memory leaks

7. Finding memory leaks in shared memory pool

8. Memory leaks, DLL and memory allocation.

9. Tracking memory leaks and debugging memory problems

10. Memory leak when using Memory DC

11. Trace C memory allocation

 

 
Powered by phpBB® Forum Software