View Single Post
Old 20th October 2011, 20:19   #10275  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,348
Quote:
Originally Posted by madshi View Post
It would be great if you could help me reproduce the crash somehow.
First-chance exception at 0x771ee653 (ntdll.dll) in mpc-hc.exe: 0xC0000374: A heap has been corrupted.
HEAP[mpc-hc.exe]: Invalid address specified to RtlFreeHeap( 028D0000, 4A4A0FA8 )

I can clearly see madVR.ax in the stack trace of that exception, but since i can't look into it, i don't know anymore
Looks like a double-free to me, or trying to free a block of memory where your pointer does not point to the start of the block anymore.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is offline   Reply With Quote