Actions
Bug #10507
closedMemory Leaks and Memory Access errors in WT 4.7.2
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
06/17/2022
Due date:
% Done:
0%
Estimated time:
Description
I compiled the source of the release 4.7.2 with gcc 11.2.0 on Debian 11. Boost is version 1.79.0.
Running the tests as
valgrind --leak-check=full ./test/test.http
shows various memory access errors and memory leaks
Files
Updated by Roel Standaert about 2 years ago
- Target version changed from 4.9.0 to 4.10.0
Updated by Roel Standaert almost 2 years ago
- Status changed from New to Closed
- Target version deleted (
4.10.0)
This may have been fixed in the meantime. In any case, I don't get any memory leaks when running with valgrind on Ubuntu 22.04, or when using address sanitizer.
Actions