-
Notifications
You must be signed in to change notification settings - Fork 92
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
Crash when closing #7283
Comments
Seen on centos 7. |
Valgrind output: ==31544== Invalid read of size 8 |
Occasionally QGuiApplication::lastWindowClosed() signal could be sent more than once.
Occasionally QGuiApplication::lastWindowClosed() signal could be sent more than once.
Steps to reproduce:
Expect results:
Application should close cleanly.
Actual results:
Crash.
The text was updated successfully, but these errors were encountered: