Re: bash crashes on command substitution

2015-04-13 Thread Eduardo A . Bustamante López
> It is from FreeBSD ports. Everyone has the same bash there. > make distclean etc is all made in a standard way. > Are you saying that the ports build is broken? > > Yuri > Hello Yuri. See Chet's response. That's the actual issue. My response was a "best effort" attempt at helping, but I ended

Re: bash crashes on command substitution

2015-04-13 Thread Yuri
On 04/13/2015 05:54, Eduardo A. Bustamante López wrote: Did you build bash yourself? You need bison when compiling it, and make sure to run a: make distclean before building. I also found this issue while building for openbsd/freebsd, but this is due to some problem in the files included with th

Re: bash crashes on command substitution

2015-04-13 Thread Chet Ramey
On 4/13/15 12:30 AM, Yuri wrote: > On FreeBSD, I have this command line (1). When I move cursor right after > 'tmp', press and , it turns into (2)! > What happened? > The problem is completely reproducible. http://lists.gnu.org/archive/html/bug-bash/2015-03/msg00037.html -- ``The lyf so short,

Re: bash crashes on command substitution

2015-04-13 Thread Eduardo A . Bustamante López
Did you build bash yourself? You need bison when compiling it, and make sure to run a: make distclean before building. I also found this issue while building for openbsd/freebsd, but this is due to some problem in the files included with the bash distribution that have to be regenerated specifical

bash crashes on command substitution

2015-04-13 Thread Yuri
On FreeBSD, I have this command line (1). When I move cursor right after 'tmp', press and , it turns into (2)! What happened? The problem is completely reproducible. bash-4.3.33 Yuri --- (1) begin with this--- [root@yuri /usr/local/etc/rc.d]# [ "$(procstat $(cat /var/tmp/tor.pid)" ] --- (2