When trying to debug my Qt application, the app throw a exception as "
Exception at 0x77da2073, code: 0xc0000005: write access violation at: 0x1, flags=0x0"

I am using Qt creator and vs2005 compiler and debugger.

I load the project on vs2005 and run debugger. There is no exception. But I found "first chance exception

write access violation at: 0x1, flags=0x0"in the vs2005 output windows.

 

So I guess whether the exception is the same as with vs2005. And it could be disable with CDB.exe options。

 

Sure, go to Qt creator->options->debugger->CDB

add -x for CDB additional arguments.

 

Ignore the first chance exception.

 

 

I add this into Qt JIRA


Here is the report from Microsoft:
First-chance exception at 0x7792ba29 in ***.exe: 0xC0000005: Access violation reading location 0xbaadf00d.

 

相关文章:

  • 2021-04-06
  • 2022-02-28
  • 2021-08-18
  • 2021-07-30
  • 2022-02-05
  • 2022-12-23
  • 2021-07-22
  • 2021-04-17
猜你喜欢
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-06-11
  • 2021-12-07
  • 2021-09-01
相关资源
相似解决方案