ntdll.dll [Frames below may be incorrect /missing, no symbols loaded for ntdll.dll]

前端 未结 2 1341
旧时难觅i
旧时难觅i 2021-01-19 17:44

since a few weeks now I have run into this situation and it very upsetting,

my program debugs very well, no errors, when I run the program it does the initial part

2条回答
  •  無奈伤痛
    2021-01-19 18:16

    Right click on the stack line (in the stack trace) containing ntdll.dll and load the debugging symbols from the Microsoft server (Load symbols from...), then the stack trace will probably change a bit. Repeat the operation for each dll with undefined symbols.

    Until you download the debugging symbols you are probably looking at a wrong stack trace.

提交回复
热议问题