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

Fix crash after creating/destroying multiple Snapshotters #728

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

evil159
Copy link
Contributor

@evil159 evil159 commented Oct 10, 2024

What does this pull request do?

I noticed that there's a crash when opening/closing the snapshotter example repeatedly.
Upon investigation it turns out that the finalizer we use to cleanup after an instance of Snapshotter has been disposed doesn't have a detach token thus it never detaches which causes new instances(of Snapshotter) to be cleaned up together with the instances that are going away.

What is the motivation and context behind this change?

Fixing a rare crash in Snapshotter.

Pull request checklist:

  • Add a changelog entry.
  • Write tests for all new functionality. If tests were not written, please explain why.
  • Add documentation comments for any added or updated public APIs.

@evil159 evil159 requested review from a team as code owners October 10, 2024 11:57
@evil159 evil159 requested a review from persidskiy October 10, 2024 11:57
@evil159 evil159 enabled auto-merge (squash) October 10, 2024 12:05
@evil159 evil159 merged commit ae7dc3d into main Oct 10, 2024
5 checks passed
@evil159 evil159 deleted the rl/fix_snapshotter_crash branch October 10, 2024 12:08
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.

2 participants