Incorrect virtual allocation call |
Application Verifier break message
Incorrect virtual allocation call.
Probable cause
This stop is generated if Application Verifier detects a VirtualAlloc call with an invalid start address or size of the memory allocation.
Information displayed by Application Verifier
Parameter1 - Pointer to allocation base address
Parameter2 - Pointer to memory region size
Parameter3 - Not used
Parameter4 - Not used
Description - Incorrect virtual allocation call
Additional information
Verifier stop code 0601.
To debug this stop look at the current stack trace (kb) and the memory address and size that is about to be allocated and try to determine why they are invalid.