Trying to free virtual memory block that is already freed |
Application Verifier break message
Trying to free virtual memory block that is already freed.
Probable cause
This stop is generated if Application Verifier detects a VirtualFree for an address that is already free.
Information displayed by Application Verifier
Parameter1 - Memory block address
Parameter2 - not used
Parameter3 - not used
Parameter4 - not used
Description - Trying to free virtual memory block that is already free
Additional information
Verifier stop code 060B.
To debug this stop look at the current stack trace (kb) and try to determine why the memory is already free but the application is trying to free it again. "!avrf -vs -a parameter1" will search for a log of stack traces of the code paths that allocated/freed that address and display these stack traces if they are available. This might show the stack trace that freed up this memory.