From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id LAA03813 for ; Mon, 27 May 1996 11:30:43 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id VAA17718; Sun, 26 May 1996 21:13:45 -0400 (EDT) Resent-Date: Sun, 26 May 1996 21:13:45 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199605270113.DAA01134@hzoli.ppp.cs.elte.hu> Subject: Re: seg fault on $(dgqhghdqwdhqwjq) : beta19 To: heading_anthony@jpmorgan.com (Anthony Heading) Date: Mon, 27 May 1996 03:13:45 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199605242106.WAA24132@et-sun4.uk.jpmorgan.com> from Anthony Heading at "May 24, 96 10:06:40 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"J6ffd3.0.mK4.87Ggn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1183 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Rather a large core file, but it takes no time to dump. So maybe > it's not real. A peculiarity of SunOS 4.1.3? > > Anthony > > res1% $(wekdwqw) > zsh: command not found: wekdwqw > zsh: 21441 segmentation fault $(wekdwqw) It always happens when prefork() in execcmd() removes all arguments. Eg. $foo triggers the bug if foo is not set. Richard did several changes related to this and I think this bug appeared with these changes. Richard, could you check it? Zoltan