HEAP[dllhost.exe]: HEAP: Free Heap block 1e32c28 modified at 1e32dc4 after it was freed 
Author Message
 HEAP[dllhost.exe]: HEAP: Free Heap block 1e32c28 modified at 1e32dc4 after it was freed

Hi!
When I debugging COM+ application, in output window I see the follow
message:

HEAP[dllhost.exe]: HEAP: Free Heap block 1e32c28 modified at 1e32dc4 after
it was freed

What is it?

When I call ADOConnect-Open(...) this message reiteration.

Thanks,
Alexey.



Tue, 23 Sep 2003 21:04:37 GMT  
 HEAP[dllhost.exe]: HEAP: Free Heap block 1e32c28 modified at 1e32dc4 after it was freed
Freed memory used in your code. You wrote in memory you have
already freed. It is also possible you didn't allocate enough storage for
another block or you have some other offset calculation error, or some
other memory bug...

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD

MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================


Quote:
> Hi!
> When I debugging COM+ application, in output window I see the follow
> message:

> HEAP[dllhost.exe]: HEAP: Free Heap block 1e32c28 modified at 1e32dc4 after
> it was freed

> What is it?

> When I call ADOConnect-Open(...) this message reiteration.

> Thanks,
> Alexey.



Sat, 27 Sep 2003 02:54:15 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. HEAP error: Free heap block xxx mdofied at xxx

2. Heap errors when stressing Automation, _bstr_t, and watching heap blocks

3. Heap block still modified past requested size

4. Heap block modified past requested size

5. Free Heap block

6. Binomial heaps / Fibonacci heaps

7. (ATL) COM dll heap vs CRT heap

8. Invalid heap signature for heap

9. Decoding a .bmp image from heap to heap

10. Heap block

11. "Heap block" error

12. "Heap block" error

 

 
Powered by phpBB® Forum Software