Unexpected exception raised while initializing output buffer |
Application Verifier break message
Unexpected exception raised while initializing output buffer.
Probable cause
This stop if an exception is generated while initializing a buffer specified as output parameter for a Microsoft Win32 or CRT API. This typically means that the specified output buffer size is incorrect.
Information displayed by Application Verifier
Parameter1 - Buffer start address
Parameter2 - Buffer size
Parameter3 - Exception record. Use .exr to display it.
Parameter4 - Context record. Use .cxr to display it
Description - Unexpected exception raised while initializing output buffer
Additional information
Verifier stop code 0617.
To debug this stop:
.exr parameter3 - to display the exception information;
.cxr parameter4 followed by kb - to display the exception context information and the stack trace at the time when the exception was raised.