Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.26 KB

bug-check-0x6--invalid-process-detach-attempt.md

File metadata and controls

27 lines (18 loc) · 1.26 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0x6 INVALID_PROCESS_DETACH_ATTEMPT
The INVALID_PROCESS_DETACH_ATTEMPT bug check has a value of 0x00000006. This bug check appears very infrequently.
Bug Check 0x6 INVALID_PROCESS_DETACH_ATTEMPT
INVALID_PROCESS_DETACH_ATTEMPT
05/23/2017
apiref
reference
INVALID_PROCESS_DETACH_ATTEMPT
NA

Bug Check 0x6: INVALID_PROCESS_DETACH_ATTEMPT

The INVALID_PROCESS_DETACH_ATTEMPT bug check has a value of 0x00000006.

This bug check appears very infrequently. This bug check can be caused by calling the KeStackAttachProcess routine and subsequently calling KeUnstackDetachProcess in the driver's implementation of the PLOAD_IMAGE_NOTIFY_ROUTINE callback function. The callback runs in a thread of the process in which the image loaded.

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.