-
Notifications
You must be signed in to change notification settings - Fork 51
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
valgrind: leak in kvstxn path #1944
Comments
From PR #1859, key generation was changed and I overlooked at case where a key array could be created, then later overwritten without being destroyed. |
chu11
added a commit
to chu11/flux-core
that referenced
this issue
Jan 22, 2019
In kvstxn_create_empty(), the 'keys' array was created that could be overwritten without being destroyed. This was a corner case in PR flux-framework#1859, when key generation was altered. Fixes flux-framework#1944
chu11
added a commit
to chu11/flux-core
that referenced
this issue
Jan 22, 2019
In kvstxn_create_empty(), the 'keys' array was created that could be overwritten without being destroyed. This was a corner case in PR flux-framework#1859, when key generation was altered. Fixes flux-framework#1944
chu11
added a commit
to chu11/flux-core
that referenced
this issue
Jan 23, 2019
In kvstxn_create_empty(), the 'keys' array was created that could be overwritten without being destroyed. This was a corner case in PR flux-framework#1859, when key generation was altered. Fixes flux-framework#1944
chu11
added a commit
to chu11/flux-core
that referenced
this issue
Jan 23, 2019
In kvstxn_create_empty(), the 'keys' array was created that could be overwritten without being destroyed. This was a corner case in PR flux-framework#1859, when key generation was altered. Fixes flux-framework#1944
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While using the reproduces mentioned in #1940, also saw this memleak from valgrind.
I've seen it alteast once in both reproducer types:
and
It is however infrequent, not happening everytime run.
The text was updated successfully, but these errors were encountered: