c – 无法跟踪访问冲突0xC00000FD

c – 无法跟踪访问冲突0xC00000FD,第1张

概述我正在使用VS2008和My MFC应用程序在设置断点或运行到光标时已经开始崩溃.我收到很多这样的错误: – First-chance exception at 0x78a5727c (mfc90ud.dll) in MyApp.exe: 0xC0000005: Access violation reading location 0xfffffffc.First-chance exception 我正在使用VS2008和My MFC应用程序在设置断点或运行到光标时已经开始崩溃.我收到很多这样的错误: –
First-chance exception at 0x78a5727c (mfc90ud.dll) in MyApp.exe: 0xC0000005: Access violation reading location 0xfffffffc.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.First-chance exception at 0x00000000 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000000.

调用堆栈不是很多,它只列出NT.dll中的代码

>   00000000()      ntdll.dll!7c9032a8()        [Frames below may be incorrect and/or missing,no symbols loaded for ntdll.dll]     ntdll.dll!7c90327a()        ntdll.dll!7c92aa0f()        ntdll.dll!7c90e48a()        ntdll.dll!7c9032a8()

我无法使用断点或单步执行代码来查找问题.如果在VS中使用F5运行,应用程序“似乎”正常运行.

什么是追踪此问题的最佳方法?

解决方法 堆栈从问题标题溢出到哪里?访问冲突通常表示无效的指针取消引用.

使用您的修订历史记录查找事物开始繁荣的第一个版本,然后批判性地分析在该修订版中修改的代码中及其周围发生的所有指针内容.

总结

以上是内存溢出为你收集整理的c – 无法跟踪访问冲突0xC00000FD全部内容,希望文章能够帮你解决c – 无法跟踪访问冲突0xC00000FD所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1258317.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-07
下一篇 2022-06-07

发表评论

登录后才能评论

评论列表(0条)

保存