[no subject]

2014-07-14 Thread Tran Thuan
Hi team, I am a user of bash. Could you help explain this? I wrote a simple loop as following: while true; do sleep 1 echo "hello" done But the RSS (resident set size) continue increase. (Check by ps command) Is it possi

Re: Crash in readline_internal_teardown()

2014-07-14 Thread Chet Ramey
On 7/12/14, 6:51 PM, Bernie Innocenti wrote: > Bash Version: 4.3 > Patch Level: 18 > Release Status: release > > Description: > > A similar crash has already been reported in Launchpad: > https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1294669 They are not the same; the stack tracebacks a

Re: Crash in readline_internal_teardown()

2014-07-14 Thread Bernie Innocenti
On 07/14/2014 04:25 PM, Chet Ramey wrote: On 7/12/14, 6:51 PM, Bernie Innocenti wrote: Bash Version: 4.3 Patch Level: 18 Release Status: release Description: A similar crash has already been reported in Launchpad: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1294669 They are not t

Re: dot gob+extglob bug

2014-07-14 Thread Ian Kelling
The pathexp-globignore-delim.patch seems to work as advertised. > If *a matches scratch/a, for > example, that's a bug in the matching code I will have to identify and fix. Yes, this is the case. Based on your reply, the examples I showed are definitely a bug. Thank you so much.