Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!usenet.stanford.edu!not-for-mail From: Linda Walsh Newsgroups: gnu.bash.bug Subject: Re: posix handling of mapfile: SEGFAULT Date: Mon, 12 Oct 2015 16:19:32 -0700 Lines: 18 Approved: bug-bash@gnu.org Message-ID: References: <561ADB3D.5070302@tlinx.org> <561C16AD.60201@case.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1444691986 28894 208.118.235.17 (12 Oct 2015 23:19:46 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash To: chet.ramey@case.edu Envelope-to: bug-bash@gnu.org User-Agent: Thunderbird In-Reply-To: <561C16AD.60201@case.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 173.164.175.65 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11638 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 touch's b, otherwise we wouldn't have seen the "a: not found"... not that you needed that info to isolate the problem.