-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
fix: prevent crash if BrowserView webContents was destroyed #25146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes because this is causing a crash in master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failures on linux and mac seem concerning:
https://app.circleci.com/pipelines/github/electron/electron/29081/workflows/1d191c5c-e4b2-408c-bf86-81c4f327981d/jobs/642432/tests
and
https://app.circleci.com/pipelines/github/electron/electron/29081/workflows/41d791c4-6291-4d89-9ab3-1175740bcead/jobs/642447/tests
@nornagon might have thoughts on this one - we removed |
Backport of #25112.
See that PR for more details.
Notes: none