Access violation while the program was idle - not trace information to track down the bug

后端 未结 3 902
我寻月下人不归
我寻月下人不归 2021-02-11 11:30

I have a program that just popped up an AV. Until now the Eureka Log could find the source code line that generated the error but now it displays only this:

Acc         


        
3条回答
  •  佛祖请我去吃肉
    2021-02-11 11:59

    That's what EurekaLog does when it has nothing to work with. You need to rebuild and have the linker produce a detailed map file. That's how it knows what to apply its stack trace to.

提交回复
热议问题