Menu

Application Verifier break message

First chance access violation detected

Probable cause

This stop is generated when the printer driver tries to access a virtual memory address that is not accessible because it is non-executable, it has been freed or decommitted, or it is reserved but not committed.

Troubleshooting steps

To debug this stop:

$ u parameter2 - to unassemble the suspect code

$ .exr parameter3 - to display the exception information;

$ .cxr parameter4 - to display the exception context information

$ kb - to display the stack trace when the exception was raised.

Information displayed by Application Verifier

Parameter 1 - Address being accessed.

Parameter 2 - Code performing invalid access.

Parameter 3 - Exception record. Use .exr to display it.

Parameter 4 - Context record. Use .cxr to display it.

Additional information

Test Layer:�PrintDriver

Stop code:�0000D000

Severity:�Error

One-time error:�no

Non Continuable:�yes

Error report:�Break

Log to file:�yes

Create backtrace:�yes