Re: Debugging question
- From: "Scot T Brennecke" <ScotBspamhater@xxxxxxxx>
- Date: Sun, 10 Jul 2005 22:58:51 -0500
You have a memory allocation at line 658 of your vldutil.cpp program. It allocates an object that
is 132 bytes in size. You are not freeing this memory when you are done with it before the program
ends. Hence, the numerous leaks.
<chuayongquan@xxxxxxxxxxx> wrote in message
news:1121051560.985832.218050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a memory leak in my program. Now how do I read the following
messages:
Info: AfxDllCanUnloadNow returning S_OK
Detected memory leaks!
Dumping objects ->
{14831} normal block at 0x0118F5C0, 424 bytes long.
Data: <<?xml version="1> 3C 3F 78 6D 6C 20 76 65 72 73 69 6F 6E 3D 22
31
C:\Projects\vld\vldutil.cpp(658) : {13120} client block at
0x0118EF28,
subtype bf42, 132 bytes long.
an invalid object at $0118EF28, 132 bytes long
[etc...]
The thread 0xEF0 has exited with code -1073741819 (0xC0000005).
The thread 0xD60 has exited with code -1073741819 (0xC0000005).
The thread 0xFCC has exited with code -1073741819 (0xC0000005).
The thread 0x3A4 has exited with code -1073741819 (0xC0000005).
The thread 0xAFC has exited with code -1073741819 (0xC0000005).
The thread 0x8BC has exited with code -1073741819 (0xC0000005).
The thread 0xAB0 has exited with code -1073741819 (0xC0000005).
Can anyone help. Thx...
.
- Follow-Ups:
- Re: Debugging question
- From: chuayongquan
- Re: Debugging question
- References:
- Debugging question
- From: chuayongquan
- Debugging question
- Prev by Date: Debugging question
- Next by Date: Re: Debugging question
- Previous by thread: Debugging question
- Next by thread: Re: Debugging question
- Index(es):
Relevant Pages
|