Re: Crash when using ulimit -n

2021-11-22 Thread balasr
Thanks for trying It seems hibernation was the problem. I did a fresh reboot and the problem went  away. On 22/11/2021 15:05, Chet Ramey wrote: > On 11/21/21 8:34 PM, balasr wrote: > >> Bash Version: 5.1 >> Patch Level: 8 >> Release Status: release >> >> Description: >>     Calling ulimit -n 102

Re: Crash when using ulimit -n

2021-11-22 Thread Chet Ramey
On 11/21/21 8:34 PM, balasr wrote: > Bash Version: 5.1 > Patch Level: 8 > Release Status: release > > Description: >     Calling ulimit -n 1024 results in the message "Warning: Program > '/bin/bash' crashed." and bash locks up. > > Repeat-By: >     1. Open bash >     2. Enter `ulimit -n 1024'

Re: unbalanced parenthesis not recognized

2021-11-22 Thread Greg Wooledge
On Mon, Nov 22, 2021 at 09:03:39AM +0100, Harald Dunkel wrote: > > : ${SSLDIR}:="${JM_WORK}/ssl"} > Surely I can just speak for myself, but to me it appears obvious that > there is something weird and that there is one closing bracket too much > in this line. I understand that bash doesn't produce

Re: unbalanced parenthesis not recognized

2021-11-22 Thread Harald Dunkel
Hi Chet, On 2021-11-19 16:27:34, Chet Ramey wrote: On 11/19/21 2:02 AM, Harald Dunkel wrote: "Some scenarios" is the point here. The parenthesis have to balance as soon as it comes to shell parameter expansion, which is (or should have been) the case here. OK. Let's look at the original exa