-
Notifications
You must be signed in to change notification settings - Fork 267
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
Example application hangs after resize #230
Comments
That might be a bug in wgpu itself. I wasn't able to get it to hang on my end. I did get it to display some validation errors. I'll posted those below, but you should probably file and issue on the wgpu repo itself. Be sure to mention this issue too!
|
Thanks for your reply. I've opened the upstream issue: gfx-rs/wgpu#1971. I've got the same validation layer errors as well and opened gfx-rs/wgpu#1958 for it. |
Any updates on this? |
No, unfortunately not. I doubt anything in this area will happen soon. I can reproduce the error fairly often, but cannot find the source. |
Hello, first of all: thank you for this great learning resource!
I have a problem when running the example code of these tutorials. I've recorded a GIF demonstrating the issue:
As you can see, the example works, but after some resizing (amount varies between runs), the code reproducible hangs and won't update the window anymore. I've tested the tutorial2-code with the latest commit (as seen in the GIF) and the tutoral8-code as well (both show that behavior).
I've attached a
gdb
to the hanging process and it seems, like it is always hanging inDisplatchQueuePresentKHR
:gdb backtrace
Is this related to the interaction between
winit
<->wgpu
or might this be a bug inwgpu
itself? If so, should I post an issue there instead?I'm happy to provide more information if needed.
System specs and versions
The text was updated successfully, but these errors were encountered: