Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
None
-
BUILD/compile-pentium64-valgrind-max
Description
When running tests with valgrind, one gets a lot of warnings about not freed memory.
The solution by Facebook is to add suppression, but that is likely to hide bugs and doesn't work with all memory checking tools, so we should not use this approach but instead try to fix this properly by freeing all memory at plugin unload or at least during shutdown.
I am adding temporary valgrind suppression for all the issues in 10.5 until this is fixed to be able to run valgrind on the full test suite.
Example:
mtr --valgrind mariabackup.xb_rocksdb
Attachments
Issue Links
- duplicates
-
MDEV-12445 Rocksdb does not shutdown worker threads and aborts in memleak check on server shutdown
- Open
- is part of
-
MDEV-20310 valgrind bugs found in 10.5
- Open
- relates to
-
MDEV-20315 MyRocks tests produce valgrind failures
- Closed