Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Win veh #5

wants to merge 5 commits into from

Conversation

CharlesLiaoO
Copy link

@CharlesLiaoO CharlesLiaoO commented Jun 4, 2022

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()

…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()
@XiaoYou0426
Copy link

你好,我使用WinVeh,切换到Edge在切换回来会报错 0x8001010D 因为应用程序正在发送一个输入同步呼叫,所以无法执行传出的呼叫

@CharlesLiaoO
Copy link
Author

你好,我使用WinVeh,切换到Edge在切换回来会报错 0x8001010D 因为应用程序正在发送一个输入同步呼叫,所以无法执行传出的呼叫

这个代码的报错我也不懂,我在项目中会把这个代码忽略掉,没发现有什么影响

@XiaoYou0426
Copy link

你好,我使用WinVeh,切换到Edge在切换回来会报错 0x8001010D 因为应用程序正在发送一个输入同步呼叫,所以无法执行传出的呼叫

这个代码的报错我也不懂,我在项目中会把这个代码忽略掉,没发现有什么影响

刚开始使用SetExtraIgnoredExceptionCodes 忽略了几个代码,发现打开Edge浏览器会卡死,并且 Qt无法显示 qDebug()打印的内容,将这段代码去掉这些问题消失,今天忽略了 0x8001010D、0x0000071A 也没问题了,不太明白为什么会出现之前的问题。

@XiaoYou0426
Copy link

你好,我使用WinVeh,切换到Edge在切换回来会报错 0x8001010D 因为应用程序正在发送一个输入同步呼叫,所以无法执行传出的呼叫

这个代码的报错我也不懂,我在项目中会把这个代码忽略掉,没发现有什么影响

{ 0x406D1388,0x8001010D,0x0000071A,0xC0020043 } 这几个是之前我忽略的代码

@XiaoYou0426
Copy link

应该是0x406D1388,使用他之后运行中打开Edge会崩溃,并且无法接收qDebug()

@XiaoYou0426
Copy link

崩溃后报错代码是0xC0020043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants