From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16846 invoked by alias); 12 Nov 2015 23:46:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37098 Received: (qmail 5996 invoked from network); 12 Nov 2015 23:46:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ojford_com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:content-type; bh=HmCsEG9oAS11cJh1sSAYMQahg+GtdAen623AOL8Nmio=; b=Kl2wy1/or0bnbXxUXj0fn62u7sJGYmIlC7VOPnlX3xqHHc1aWXV0VIq7PKiRXEs8K2 +l8I5PGdn+cPcFV7EHASAaCchK5o5Gwt3MO4Hp1K+gzjJ5fAWhC5P/9GS/xo1bVjX3RD 4dsthC9C7uC47TW9vQtnoiQrYmDI6QDazMVTZxDaGRvM0Xg0wQn9xYeiuaVRe3SawjNc 8gbKLP1POK3ciAvEjM+rqKQDbLHAWsjQqREGff2jPOVPEJkwkerHlcHAupKQ+BwPQTYq aqbFImeh0UtAKCcHgY7++586si44CMgYbWaIeqqT5hf3I25th/hRzBzvchnR4NW6hc6H Ubaw== X-Received: by 10.194.78.112 with SMTP id a16mr19108151wjx.70.1447371585809; Thu, 12 Nov 2015 15:39:45 -0800 (PST) MIME-Version: 1.0 From: Ollie Ford Date: Thu, 12 Nov 2015 23:39:36 +0000 Message-ID: Subject: BUG: `ls\` seg fault To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=047d7bf0c51c3af3e505246075b0 --047d7bf0c51c3af3e505246075b0 Content-Type: text/plain; charset=UTF-8 I am not a subscriber. In zsh --version: zsh 5.0.8 (x86_64-apple-darwin15.0) Iff there is an alias set on ls, then entering `ls\` followed by twice the return key (i.e. the line break was accidental; the user just meant `ls`) causes a segmentation fault. In terminal, this looks likes like a Ctrl-d logout: (`alias ls=ls -GFh` in zshrc) % ls\ > [Process completed] In a fresh zsh -f we see why: % alias ls=ls % ls\ > zsh: segmentation fault zsh -f Regards, Ollie --047d7bf0c51c3af3e505246075b0--