Open
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 因为应用程序正在发送一个输入同步呼叫,所以无法执行传出的呼叫 |
Author
这个代码的报错我也不懂,我在项目中会把这个代码忽略掉,没发现有什么影响 |
刚开始使用SetExtraIgnoredExceptionCodes 忽略了几个代码,发现打开Edge浏览器会卡死,并且 Qt无法显示 qDebug()打印的内容,将这段代码去掉这些问题消失,今天忽略了 0x8001010D、0x0000071A 也没问题了,不太明白为什么会出现之前的问题。 |
{ 0x406D1388,0x8001010D,0x0000071A,0xC0020043 } 这几个是之前我忽略的代码 |
|
应该是0x406D1388,使用他之后运行中打开Edge会崩溃,并且无法接收qDebug() |
|
崩溃后报错代码是0xC0020043 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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()