KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ Possible memory leak with enumerated table dump? Re: Possible memory leak with enumerated table dump?

  • rocuinneagain

    Member
    September 26, 2022 at 12:00 am

    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]