Menu

Application Verifier break message

Unmapping memory region inside current thread's stack address range.

Probable cause

This stop is generated if the AppVerifier detects an UnmapViewOfFile, for a block of memory that is actually part of the current thread's stack (!).

Information displayed by Application Verifier

Parameter1 - Allocation base address

Parameter2 - Memory region size

Parameter3 - Stack low limit address

Parameter4 - Stack high limit address

Description - Unmapping memory region inside current thread's stack address range

Additional information

Verifier stop code 0613.

To debug this stop look at the current stack trace (kb) and try to understand why the function that called UnmapViewOfFile thought that the memory block was dynamically allocated or mapped but that was actually memory allocated from the stack.