Home › Forums › kdb+ › Possible memory leak with enumerated table dump? › Re: Possible memory leak with enumerated table dump?
-
I tested this in 3.6 2019.04.02 could reproduce it.
The issue is not present in 3.6 2020.05.04.
Release notes of fix:
2019.05.24 FIX reading enums in log format could leak memory. e.g.
q)h:hopen`:a set (); h enlist(`u;`sym?`a`b`c); hclose h; do[5;get`:a;0N!.Q.w[]`used]