-
Notifications
You must be signed in to change notification settings - Fork 853
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
Desktop App randomly crashes on latest test build #646
Comments
^Both happened around the same time on pre-release.mattermost.com. However, no obvious errors in Server Logs, and no performance issues detected that could be related. |
I believe the issue is not related to servers. The error itself was added at #626 via Electron's |
Got it. Yeah I think if Electron recovers the process then we should keep the app open when possible. But otherwise having the dialog is helpful when the app does actually crash. Given two people (out of ~4 who tried testing it) experienced the crash, it might occur quite frequently. |
As written at electron/electron#832, I tried killing the gpu process by using Process Explorer. The window turned black just for a moment, then a new gpu process spawned. After that, the window is still correctly shown. After killing three times, it seems that Electron will not use the gpu process while the app is running. So probably we can fix this issue by ignoring the event as well as before. (Probably console log is enough) |
@yuya-oc I think that sounds good |
Closed by #647 |
I confirm (by marking "x" in the [ ] below: [x]):
Summary
Desktop App randomly crashes on latest test build
Steps to reproduce
No repro steps so far.
Reproduced on
On latest test build from #645
Observed behavior
Win10 crash report:
MacOS crash report:
The text was updated successfully, but these errors were encountered: