From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10287 invoked by alias); 5 Dec 2010 01:05: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: 28473 Received: (qmail 138 invoked from network); 5 Dec 2010 01:05:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <101204170510.ZM6869@torch.brasslantern.com> Date: Sat, 04 Dec 2010 17:05:10 -0800 In-reply-to: Comments: In reply to emotn "Segfault in completion inside a [[]]" (Dec 5, 12:26am) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: emotn , zsh-workers@zsh.org Subject: Re: Segfault in completion inside a [[]] MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 5, 12:26am, emotn wrote: } } zsh segfaults with the following testcase (also segfaults with fresh } built zsh, 4.3.10 and 4.2.7) in "zsh -f": } - type this line: if [[ -e / ]] { echo } } - put the cursor after the '/' } - press tab This works for me without crashing in 4.3.10-dev-2 patchlevel 1.5130, so it may already have been fixed.