Menu

Application Verifier break message

The thread tried to divide an integer value by an integer divisor of zero

Probable cause

This stop is generated when the printer driver tries to divide an integer value by an integer divisor of zero.

Troubleshooting steps

To debug this stop:

$ u parameter1 - to unassemble the suspect code

$ .exr parameter2 - to display the exception information;

$ .cxr parameter3 - to display the exception context information

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

Information displayed by Application Verifier

Parameter 1 - Code performing divide by zero operation.

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

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

Parameter 4 - Not used.

Additional information

Test Layer:�PrintDriver

Stop code:�0000D001

Severity:�Error

One-time error:�no

Non Continuable:�yes

Error report:�Break

Log to file:�yes

Create backtrace:�yes