-
Notifications
You must be signed in to change notification settings - Fork 50
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
possible intermittent memleak #1641
Comments
Similar memleak seen in #1645, maybe will provide a clue. The
|
Hit in #1642 as well. My intuition is that we're racing with the job module on shutdown in the valgrind test, but I haven't started looking into it yet. It is getting annoyingly frequent though... |
another one, with a slightly different trace found in #1657
|
Not updated in a while so presumably no longer an issue. |
In #1639, hit this valgrind failure. Hit a similar one in #1564 as well (#1564 has different paths due to code changes).
What's interesting is that the leaks listed here are components of a data structure. So there should be way more leaks than what is shown here if those data structures aren't being destroyed properly.
AFAICT, the "destroy" functions of these data structures is correct and I can't find a error-path corner case that could lead to these leaking.
The text was updated successfully, but these errors were encountered: