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

感情迁移 提交于 2019-12-01 21:20:21

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.

This started happening to me for no apparent reason. After looking at the project properties I noticed the Working Directory was somehow deleted (it was just blank), after setting it back to the correct directory everything started working again.

Obviously my simple fix might not work for you, I got lucky.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!