From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10595 invoked by alias); 26 Jul 2013 10:21:00 -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: 31579 Received: (qmail 11277 invoked from network); 26 Jul 2013 10:20:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at goeswhere.com designates 213.133.103.231 as permitted sender) Date: Fri, 26 Jul 2013 11:20:52 +0100 From: solo-zsh@goeswhere.com To: zsh-workers@zsh.org Subject: Segfault completing: for f in 1; do <[here] x Message-ID: <20130726102052.GB1752@goeswhere.com> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Hi! I'm getting a segfault when trying to complete after the "<" in: for f in 1; do < x This happens every time, tested both on 5.0.0-2 Ubuntu, 4.3.17-1 Debian and git HEAD on Debian, and a nice guy/gal on IRC reproduced it on HEAD/Debian too. Derived from a much more reasonable: for f in pom.xml **/pom.xml; do