Skip to content
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

suspect all the future suspects #5413

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Conversation

robtfm
Copy link
Contributor

@robtfm robtfm commented Mar 18, 2024

Connections

fixes #5397

Description

buffers/textures with pending writes at user drop time were not taken into the suspected lists for triaging, due to a take(1) on the iterator.

Testing

see the test case from the issue

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@robtfm robtfm requested a review from a team as a code owner March 18, 2024 11:56
Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@cwfitzgerald cwfitzgerald merged commit 152a94b into gfx-rs:trunk Mar 18, 2024
27 checks passed
robtfm added a commit to robtfm/wgpu that referenced this pull request Mar 21, 2024
* suspect all the future suspects

* changelog
Wumpf added a commit that referenced this pull request Mar 23, 2024
* pool tracker vecs

* pool

* ci

* move pool to device

* use pool ref, cleanup and comment

* suspect all the future suspects (#5413)

* suspect all the future suspects

* changelog

* changelog

* review feedback

---------

Co-authored-by: Andreas Reich <r_andreas2@web.de>
@Wumpf Wumpf added the PR: needs back-porting PR with a fix that needs to land on crates label Mar 30, 2024
cwfitzgerald pushed a commit that referenced this pull request Apr 17, 2024
* suspect all the future suspects

* changelog
@cwfitzgerald cwfitzgerald removed the PR: needs back-porting PR with a fix that needs to land on crates label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory Leak with short lived Buffers
3 participants