Unmapping memory block with invalid start address |
Application Verifier break message
Unmapping memory block with invalid start address.
Probable cause
This stop is generated if the program calls UnmapViewOfFile with an lpBaseAddress parameter that is not identical to the value returned by a previous call to the MapViewOfFile or MapViewOfFileEx function.
Information displayed by Application Verifier
Parameter1 - Address of memory block being unmapped
Parameter2 - Expected correct memory block address
Parameter3 - Not used
Parameter4 - Not used
Description - Unmapping memory block with invalid start address
Additional information
Verifier stop code 061A.
To debug this stop: kb - to display the current stack trace that is calling UnmapViewOfFile. The probable culprit is the DLL that calls UnmapViewOfFile.