bug-bash
[Top][All Lists]
Advanced

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

Re: Severe memleak in sequence expressions?


From: Chet Ramey
Subject: Re: Severe memleak in sequence expressions?
Date: Wed, 30 Nov 2011 08:23:30 -0500

> 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    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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