-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
entries are leaked when sync::Cache is dropped #383
Comments
Note that if I add |
Thanks for reporting! I believe this is due to the spec that https://docs.rs/crossbeam-epoch/0.9.18/crossbeam_epoch/struct.Guard.html#method.defer_destroy
We have been struggling with this spec (notes) and added some mitigations. Now I am adding another mitigation via #384, but the new unit tests are a bit flaky. Let me struggle a bit longer to see if I can stabilize them. |
I am not totally sure if I have stabilized the flaky tests, but I am going to merge #384 and will see how these jobs will go. If everything goes well, I will publish a new version Also I created the following issue to evaluate an alternatives of Thanks again for reporting the issue! |
Thanks! |
FYI, I just published |
Simple repro below (
Foo
is not dropped when the cache is dropped).The text was updated successfully, but these errors were encountered: