-
Notifications
You must be signed in to change notification settings - Fork 24
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
executed tasks are leaked (testcase) #16
Comments
but |
Well, yes, the test fails because the strong count is not 1. |
Works fine (test passes) for me (amd64 Linux; nightly and stable Rust; v0.1.8 of this crate). What configuration fails for you? Maybe it's a Rust or LLVM bug? |
Oh... I assumed you were using |
The test passes for me on the Playground: https://play.rust-lang.org/?gist=cedcfab5c332a5a58f61fb0d78389593&version=nightly |
Seems the test still passes - @njaard in what situation did you observe a assertion failure? |
Any update on this? :) |
the
c
objects are never cleaned up even after the drop, which means that every proram that usesscoped-threadpool-rs
leaks memory.The text was updated successfully, but these errors were encountered: