Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.7 KB

bug-check-0xfa---http-driver-corrupted.md

File metadata and controls

65 lines (46 loc) · 1.7 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0xFA HTTP_DRIVER_CORRUPTED
The HTTP_DRIVER_CORRUPTED bug check has a value of 0x000000FA. This indicates that the HTTP kernel driver (Http.sys) has reached a corrupted state and cannot recover.
Bug Check 0xFA HTTP_DRIVER_CORRUPTED
HTTP_DRIVER_CORRUPTED
05/23/2017
apiref
reference
HTTP_DRIVER_CORRUPTED
NA

Bug Check 0xFA: HTTP_DRIVER_CORRUPTED

The HTTP_DRIVER_CORRUPTED bug check has a value of 0x000000FA. This indicates that the HTTP kernel driver (Http.sys) has reached a corrupted state and cannot recover.

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.

HTTP_DRIVER_CORRUPTED Parameters

Parameter 1 identifies the exact state of the HTTP kernel driver.

Parameter 1 Parameter 2 Parameter 3 Parameter 4 Cause of Error

0x1

Address of work item

Name of the file that contains the work item check

Line number of the work item check within the file

A work item is invalid. This will eventually result in thread pool corruption and an access violation.