-
Notifications
You must be signed in to change notification settings - Fork 956
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
Early Resource Deletion in Poll Tests #3160
Comments
I ran the poll tests locally and this is what I'm seeing:
In #3174 the CI seems to have the same issues (segfaults in linux/vulkan and errors with OBJECT_DELETED_WHILE_STILL_IN_USE on windows/dx12). So, finding and fixing the underlying bug might also fix that test case. |
It would be nice to see if this still occurs after arcanization. |
I tested it and it does. |
#3873 seems to have removed all the I tried running the poll tests on the parent commit and they failed. I can't tell why they are passing with #3873, I don't see any changes in @cwfitzgerald do you know why they are working now? |
Ah, I see what happened, #3873 added a |
Poll tests (https://github.com/gfx-rs/wgpu/blob/master/wgpu/tests/poll.rs) are currently completely disabled due to bugs in resource tracking. I believe the problem stems from the resources being completely dropped by the time the device is maintained.
The text was updated successfully, but these errors were encountered: