Fail on HCK test, DisableNdisTimedDataHangRule for Windows Server 2016

Jimmy_Lee 1 Reputation point
2021-04-14T02:49:23.44+00:00

Environments:
HCK Server & Studio : Windows Server 2012
HCK Client : Windows Server 2016 (v6.3)

  • Test item : Slepp and PNP with IO Before ...
  • Sub test item : DisableNdisTimedDataHangRule
  • Error message : The Execute Task with Commandline cmd /c verifier.exe /rules disable 0x0009200F Failed with ExitCode 2
  • The test item passed with Windows Clients (8.1, 10). Only occurred with Windows Server.
  • I executed the command separately "verifier.exe /rules disable 0x0009200F" works on Windows 8.1 and 10 but didn't work on Windows Server 2016.
    "Rule code 0x000920f not mapped to existing rule."
  • I couldn't find an Errata for this.

87510-image.png

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,201 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 30,376 Reputation points Microsoft Vendor
    2021-04-14T09:03:50.983+00:00

    Hi,

    It seems is 0x0009200F is a value of the DRIVER_VERIFIER_DETECTED_VIOLATION_LIVEDUMP bug check which indicates that a device driver attempting to corrupt the system has been detected.
    0x0009200F: ID of the 'NdisTimedDataHang' rule that was violated.
    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x1c4--driver-verifier-detected-violation-livedump

    To debug Driver Verifier violations you should use a kernel debugger like WinDbg. Please refer to the blow link
    https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/driver-verifier

    Best Regards,
    Ian Xue

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.