Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.11 KB

bug-check-0xdc--driver-invalid-stack-access.md

File metadata and controls

36 lines (21 loc) · 1.11 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0xDC DRIVER_INVALID_STACK_ACCESS
The DRIVER_INVALID_STACK_ACCESS bug check has a value of 0x000000DC. This indicates that a driver accessed a stack address that lies below the stack pointer of the stack's thread.
Bug Check 0xDC DRIVER_INVALID_STACK_ACCESS
DRIVER_INVALID_STACK_ACCESS
05/23/2017
apiref
reference
DRIVER_INVALID_STACK_ACCESS
NA

Bug Check 0xDC: DRIVER_INVALID_STACK_ACCESS

The DRIVER_INVALID_STACK_ACCESS bug check has a value of 0x000000DC. This indicates that a driver accessed a stack address that lies below the stack pointer of the stack's thread.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

DRIVER_INVALID_STACK_ACCESS Parameters

None

Remarks

The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.