-
Notifications
You must be signed in to change notification settings - Fork 508
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
ex_libpmem2/TEST6: failed pmemcheck #5598
Comments
ldorau
added a commit
to ldorau/pmdk
that referenced
this issue
Apr 25, 2023
Add missing perists to ringbuf libpmem2 example (found by pmemcheck). Ref: pmem#5598 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
added a commit
to ldorau/pmdk
that referenced
this issue
Apr 25, 2023
Add missing persists to ringbuf libpmem2 example (found by pmemcheck). Ref: pmem#5598 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
This is an issue in an example (see #5604), so it is not a Critical issue. |
ldorau
added a commit
to ldorau/pmdk
that referenced
this issue
Apr 25, 2023
Add missing persists to ringbuf libpmem2 example (found by pmemcheck). Ref: pmem#5598 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
lplewa
added a commit
to lplewa/pmdk
that referenced
this issue
Apr 25, 2023
The fix is ready: #5604 |
ldorau
added a commit
to ldorau/pmdk
that referenced
this issue
Apr 27, 2023
Add missing persists to ringbuf libpmem2 example (found by pmemcheck). Ref: pmem#5598 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
added a commit
to ldorau/pmdk
that referenced
this issue
May 4, 2023
Add missing persists to ringbuf libpmem2 example (found by pmemcheck). Ref: pmem#5598 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
added a commit
to ldorau/pmdk
that referenced
this issue
May 4, 2023
Add missing VALGRIND_SET_CLEAN() to ringbuf libpmem2 example (found by pmemcheck). Ref: pmem#5598 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
added a commit
to ldorau/pmdk
that referenced
this issue
May 5, 2023
ex_libpmem2/TEST6 would require two VALGRIND_SET_CLEAN() calls to be added to the "src/examples/libpmem2/ringbuf/ringbuf.c" example (see pmem#5604) in order to pass under pmemcheck, but it seems that examples do not use valgrind macros on purpose (to avoid unnecessary complication), so this test just should not be run under pmemcheck. Fixes: pmem#5598 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
added a commit
to ldorau/pmdk
that referenced
this issue
May 5, 2023
ex_libpmem2/TEST6 would require two VALGRIND_SET_CLEAN() calls to be added to the "src/examples/libpmem2/ringbuf/ringbuf.c" example (see pmem#5604) in order to pass under pmemcheck, but it seems that examples do not use valgrind macros on purpose (to avoid unnecessary complication), so this test just should not be run under pmemcheck. Fixes: pmem#5598 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Fixed by #5618 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ISSUE:
Environment Information
Please provide a reproduction of the bug:
How often bug is revealed: (always, often, rare):
always
Actual behavior:
Tests failed.
Expected behavior:
Tests should pass.
The text was updated successfully, but these errors were encountered: