-
Notifications
You must be signed in to change notification settings - Fork 35
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 resizing examples/imageviewer #2
Comments
Is this still happening? When exactly does it happen? |
Not sure. In the latest version, I've not reproduce this yet. |
I've not gotten it to crash, but CPU usage is >100% when quickly resizing the window (seems like we need some event debouncing) Oh, and while resizing the window (under macOS El Capitan) it contains garbled image data (probably from the graphics card buffer) but switches back to the correct image once finished resizing. |
I'm able to repro this with a trivial app on macOS Mojave while resizing. I also see the GPU artifacts that @peterhellberg mentioned.
|
It looks like if the window is resized in a different size, but glDrawPixels still send the old size, then the crash will happen. |
The text was updated successfully, but these errors were encountered: