-
Notifications
You must be signed in to change notification settings - Fork 468
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
mac: views: Shutdown crash after popup due to zombie NSWindow object #3602
Comments
NSWindow is an NSResponder. |
Also reproduces with Alloy runtime ( |
With M127 the behavior is as follows:
[1] Tested with |
The problem appears to be calling From here:
|
- Don't create a TempWindow when using Views. - Don't call `close` on an NSWindow that is never opened.
- Don't create a TempWindow when using Views. - Don't call `close` on an NSWindow that is never opened.
Describe the bug
Cefclient on MacOS crashes on exit after showing a Views-hosted popup window and then closing all windows.
To Reproduce
Steps to reproduce the behavior:
cefclient --enable-chrome-runtime
orcefclient --use-views
Expected behavior
Application should exit cleanly. Instead, get the following crash:
Versions (please complete the following information):
Additional context
The order of manually closing the windows makes no difference.
Does not reproduce with
--use-default-popup
.The text was updated successfully, but these errors were encountered: