[Bug 82123] bash (feisty) is not freeing memory of backticked output

2009-08-04 Thread Rolf Leggewie
There hasn't been any activity in this ticket for a while. Is this still a problem in Jaunty or Karmic? ** Changed in: bash (Ubuntu) Status: Triaged = Incomplete ** Changed in: bash (Ubuntu) Assignee: (unassigned) = Rolf Leggewie (r0lf) -- bash (feisty) is not freeing memory of

[Bug 82123] bash (feisty) is not freeing memory of backticked output

2007-01-29 Thread Arnold J Noronha
Public bug reported: Binary package hint: bash In feisty, when a command is called with backtick, there is apparently a memory leak which is fixed only once the correspong bash session is closed. How to reproduce: 1. for i in `seq 1 10` ; do true ; done in a bash session (even