[...]
> Reproduced with 4.2.53 on Debian:
[...]
Actually, it was already reported in early 2013 and fixed for
4.3:
http://thread.gmane.org/gmane.comp.shells.bash.bugs/19384
--
Stephane
2016-02-15 09:31:57 -0500, Chet Ramey:
> On 2/15/16 8:57 AM, Pontus Stenström wrote:
>
> > Bash Version: 4.2
> > Patch Level: 24
> > Release Status: release
> >
> > Description:
> > Comma expression in arithmetic evaluation referring to arrays make bash
> > crash.
> >
> > Repeat-By:
> >
expression in arithmetic evaluation referring to
arrays make bash crash.
On Mon, Feb 15, 2016 at 09:31:57AM -0500, Chet Ramey wrote:
> On 2/15/16 8:57 AM, Pontus Stenström wrote:
>
> > Bash Version: 4.2
> > Patch Level: 24
> > Release Status: release
> >
> > Desc
On Mon, Feb 15, 2016 at 09:31:57AM -0500, Chet Ramey wrote:
> On 2/15/16 8:57 AM, Pontus Stenström wrote:
>
> > Bash Version: 4.2
> > Patch Level: 24
> > Release Status: release
> >
> > Description:
> > Comma expression in arithmetic evaluation referring to arrays make bash
> > crash.
> >
>
On 2/15/16 8:57 AM, Pontus Stenström wrote:
> Bash Version: 4.2
> Patch Level: 24
> Release Status: release
>
> Description:
> Comma expression in arithmetic evaluation referring to arrays make bash
> crash.
>
> Repeat-By:
> This works fine:
> ((c=3, d=4))
> This crashes my bash: