Re: set isearch-terminators "\r" in .inputrc causes malloc assert fails/death

2016-05-08 Thread Chet Ramey
On 5/4/16 1:43 PM, Britton Kerin wrote: > I tried with export INPUTRC=test_inputrc, where test_inputrc contains > just this: > > set isearch-terminators "\r" > > this causes bash to sometimes spit out things like this: I can't reproduce this with bash-4.3.42 on RHEL 7, and there's independent co

Re: set isearch-terminators "\r" in .inputrc causes malloc assert fails/death

2016-05-08 Thread Piotr Grzybowski
On 5 May 2016, at 13:48, Eduardo A. Bustamante López wrote: > I'm able to replicate with the master branch. [..] yes, it appeared on the master with: commit ac50fbac377e32b98d2de396f016ea81e8ee9961 Date: Wed Feb 26 09:36:43 2014 -0500 Bash-4.3 distribution sources and documentation at t

Re: set isearch-terminators "\r" in .inputrc causes malloc assert fails/death

2016-05-05 Thread Eduardo A . Bustamante López
On Thu, May 05, 2016 at 10:30:04AM +0200, Piotr Grzybowski wrote: > hi, > > I cannot replicate it in anyway on mac os x or linux. > Could you please define "sometimes", and supply the exact version of bash > that shows this behavior, and the version you refer to as "my old bash"? I > have a di

Re: set isearch-terminators "\r" in .inputrc causes malloc assert fails/death

2016-05-05 Thread Piotr Grzybowski
hi, I cannot replicate it in anyway on mac os x or linux. Could you please define "sometimes", and supply the exact version of bash that shows this behavior, and the version you refer to as "my old bash"? I have a distinct feeling that it is something different than my old bash. cheers, pg

set isearch-terminators "\r" in .inputrc causes malloc assert fails/death

2016-05-04 Thread Britton Kerin
I tried with export INPUTRC=test_inputrc, where test_inputrc contains just this: set isearch-terminators "\r" this causes bash to sometimes spit out things like this: bkerin@debian:~$ ls malloc: .././variables.c:2497: assertion botched malloc: block on free list clobbered last command: ls Abort