-
Notifications
You must be signed in to change notification settings - Fork 85
#4284 Reorder window shutdown #4577
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
Conversation
I've been experiencing the freeze since merging 7.2.1 into my viewer too. Log File
|
Thank you. That makes very little sense. It didn't get to detaching thread, so it either got stuck on ShowWindow or on SetWindowLongPtr. |
202d9d4
to
91675ff
Compare
I added additional logs and it is indeed getting stuck on ShowWindow(mWindowHandleThrd, SW_HIDE); |
Thank you! |
Not sure what exactly caused a freeze, not enough info in those logs, so I'm enabling extra logging and making sure thread survives till detach.