> Hi all,
> 
> I think there is a severe memleak in bash.

It's not a memory leak.  It might reveal a sub-optimal memory allocation
pattern -- asking for an array with that many strings is going to gobble
a lot of memory -- but it's not a leak in the sense that bash loses
track of an allocated chunk.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to