bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gawk 3.1.0 memory leak


From: John H. DuBois III
Subject: gawk 3.1.0 memory leak
Date: Wed, 1 Aug 2001 03:29:19 -0700

Under SCO OpenServer 5.0.6a using gawk 3.1.0 compiled with gcc 2.95.2,
this program:

BEGIN {
    foo(x)
    x[""]
}
{
    bar(x)
}
function foo(x) {
}
function bar(x) {
}

leaks 16 bytes per record processed.
Is this a known problem?

        John
--
John DuBois  address@hidden  KC6QKZ/AE  http://www.armory.com./~spcecdt/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]