Menu

Application Verifier break message

Incorrect map view call.

Probable cause

This stop is generated if Application Verifier detects a MapViewOfFile call with an invalid base address or size of the mapping.

Information displayed by Application Verifier

Parameter1 - Pointer to mapping base address

Parameter2 - Pointer to view size

Parameter3 - Not used

Parameter4 - Not used

Description - Incorrect map view call

Additional information

Verifier stop code 0602

To debug this stop look at the current stack trace (kb) and the memory address and size that is about to be mapped and try to determine why they are invalid.