简体   繁体   中英

Why does the WinDBG command “!error” not work as expected?

It is very common for me to query the meaning of an NTSTATUS value.

However, I always get nothing by the WinDBG command !error like the following:

kd> !error 0xC0000008 1

Error code: (NTSTATUS) 0xC0000008 - Unable to get error code text

Why does the WinDBG command !error not work as expected?

Thanks in advance.

PS. 0xC0000008 indicates STATUS_INVALID_HANDLE

Probably you should set locale for example: 0: kd> .locale ".1251"

http://perfect-coding.blogspot.ru/2011/06/windbg-error-extension-and-locale.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM