Actions
Bug #10507
closed
FS
Memory Leaks and Memory Access errors in WT 4.7.2
Bug #10507:
Memory 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
RS Updated by Roel Standaert about 4 years ago
- Target version set to 4.9.0
RS Updated by Roel Standaert almost 4 years ago
- Target version changed from 4.9.0 to 4.10.0
RS Updated by Roel Standaert over 3 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