Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.75 KB

bug-check-0x4a--irql-gt-zero-at-system-service.md

File metadata and controls

67 lines (50 loc) · 1.75 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0x4A IRQL_GT_ZERO_AT_SYSTEM_SERVICE
The IRQL_GT_ZERO_AT_SYSTEM_SERVICE bug check has a value of 0x0000004A. This indicates that a thread is returning to user mode from a system call when its IRQL is still above PASSIVE_LEVEL.
Bug Check 0x4A IRQL_GT_ZERO_AT_SYSTEM_SERVICE
IRQL_GT_ZERO_AT_SYSTEM_SERVICE
05/23/2017
apiref
reference
IRQL_GT_ZERO_AT_SYSTEM_SERVICE
NA

Bug Check 0x4A: IRQL_GT_ZERO_AT_SYSTEM_SERVICE

The IRQL_GT_ZERO_AT_SYSTEM_SERVICE bug check has a value of 0x0000004A. This indicates that a thread is returning to user mode from a system call when its IRQL is still above PASSIVE_LEVEL.

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.

IRQL_GT_ZERO_AT_SYSTEM_SERVICE Parameters

Parameter Description

1

The address of the system function (system call routine)

2

The current IRQL

3

0

4

0

Resolution

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