Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When running cmake test, between one and four of the older tests fail with memory leaks reported by Valgrind:
SimpleTest
OrderingTest
TransactionalTest
TwoPhaseCommitTest
These are early tests which use broker components in unconventional ways to test store functionality. Stack trace analysis suggests that the leaks originate in the handling and destruction of static objects and are tied in with the boost test framework which is used in these cases.
Attachments
Issue Links
- relates to
-
QPID-5214 [C++ broker] Memory leak in legacystore when raising RHM_IORES_ENQCAPTHRESH
- Open