Opened 12 years ago
Last modified 9 years ago
#342 closed enhancement
Memory leak detection — at Version 2
Reported by: | mrusu | Owned by: | Jinsongdi Yu |
---|---|---|---|
Priority: | minor | Milestone: | 9.0.x |
Component: | systemtest | Version: | 8.4 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
Would be useful to have a memory leak detection option, especially combined with systemtest.
Change History (2)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
Reopened the ticket, since it refers to something else than ../systemtest/testcases_fixed/test_memleak
As I could see, test_memleak checks for errors 801 (system overload) or 206 (error in base dbms), but not for memory leaks caused by the code, when the allocated memory is not freed afterwards. I am sure there are quite a number of occurrences.