Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.71 KB

bug-check-0x30--set-of-invalid-context.md

File metadata and controls

72 lines (51 loc) · 1.71 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0x30 SET_OF_INVALID_CONTEXT
The SET_OF_INVALID_CONTEXT bug check has a value of 0x00000030. This indicates that the stack pointer in a trap frame had an invalid value.
Bug Check 0x30 SET_OF_INVALID_CONTEXT
SET_OF_INVALID_CONTEXT
05/23/2017
apiref
reference
SET_OF_INVALID_CONTEXT
NA

Bug Check 0x30: SET_OF_INVALID_CONTEXT

The SET_OF_INVALID_CONTEXT bug check has a value of 0x00000030. This indicates that the stack pointer in a trap frame had an invalid value.

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.

SET_OF_INVALID_CONTEXT Parameters

Parameter Description

1

The new stack pointer

2

The old stack pointer

3

The trap frame address

4

0

Cause

This bug check occurs when some routine attempts to set the stack pointer in the trap frame to a lower value than the current stack pointer value.

If this error were not caught, it would cause the kernel to run with a stack pointer pointing to stack which is no longer valid.