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

后端 未结 3 529
花落未央
花落未央 2021-02-11 11:07

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:44

    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.

提交回复
热议问题