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

[Bug]: SIGSEGV after window.close() called inside a webview #39040

Closed
3 tasks done
jeanfbrito opened this issue Jul 10, 2023 · 2 comments
Closed
3 tasks done

[Bug]: SIGSEGV after window.close() called inside a webview #39040

jeanfbrito opened this issue Jul 10, 2023 · 2 comments

Comments

@jeanfbrito
Copy link

Preflight Checklist

Electron Version

25.2.0

What operating system are you using?

macOS

Operating System Version

Ventura 13.3.1

What arch are you using?

x64

Last Known Working Electron version

No response

Expected Behavior

Just close the window that contains the webview.

Actual Behavior

It crashes the Electron app.
Electron exited with signal SIGSEGV.

Testcase Gist URL

https://gist.github.com/jeanfbrito/c5373cbe102b05e68f05d80ca515b066

Additional Information

We started to have reports of this error on Windows and macOS since Electron v22.
Before we didn't use a new window with a webview inside for video calls.
When the window.close() happens directly on the window content, it doesn't crashes.

@codebytere
Copy link
Member

codebytere commented Jul 12, 2023

@jeanfbrito this has actually already been solved! #38996 should be out in the next version of v25.

@jeanfbrito
Copy link
Author

@codebytere thank you!!!

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

No branches or pull requests

2 participants