-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win veh #5
base: master
Are you sure you want to change the base?
Win veh #5
Conversation
…dumpPath() const' 2 third_party/breakpad.pri: correct the include path of breakpad's third_party(such as lss)
…ion in release build 2 README.md: Modify and add some tips on building and decoding dumps
2 Add 2 convenient functions: DelOldDumpFiles() toCrash()
你好,我使用WinVeh,切换到Edge在切换回来会报错 0x8001010D 因为应用程序正在发送一个输入同步呼叫,所以无法执行传出的呼叫 |
这个代码的报错我也不懂,我在项目中会把这个代码忽略掉,没发现有什么影响 |
刚开始使用SetExtraIgnoredExceptionCodes 忽略了几个代码,发现打开Edge浏览器会卡死,并且 Qt无法显示 qDebug()打印的内容,将这段代码去掉这些问题消失,今天忽略了 0x8001010D、0x0000071A 也没问题了,不太明白为什么会出现之前的问题。 |
{ 0x406D1388,0x8001010D,0x0000071A,0xC0020043 } 这几个是之前我忽略的代码 |
应该是0x406D1388,使用他之后运行中打开Edge会崩溃,并且无法接收qDebug() |
崩溃后报错代码是0xC0020043 |
1 Since google breakpad do not catch exception after qt GUI app enters main event loop, so add a veh to catch exceptions.
2 Add 2 convenient functions: DelOldDumpFiles() toCrash()