Re: posix handling of mapfile: SEGFAULT

2015-10-12 Thread Linda Walsh
Chet Ramey wrote: Thanks for the report. I fixed this, and the fix is in the devel branch. `mapfile' only takes a single variable name argument, and ignores others. This is identical to the first example. --- I see... but it pointed out that declare doesn't actually die until it to

Re: posix handling of mapfile: SEGFAULT

2015-10-12 Thread Chet Ramey
On 10/11/15 5:57 PM, Linda Walsh wrote: > This was in the 2nd half of the note in the read&env+POSIX=>SEGFAULT, > but think it got missed by focus on the 1st part. > > # I was doing some syntax testing and decided to try posix mode > # (as it disallows various vague or unclear constructs) > # in

posix handling of mapfile: SEGFAULT

2015-10-11 Thread Linda Walsh
This was in the 2nd half of the note in the read&env+POSIX=>SEGFAULT, but think it got missed by focus on the 1st part. # I was doing some syntax testing and decided to try posix mode # (as it disallows various vague or unclear constructs) # in the working cases yielded the same results, but # i