From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27914 invoked by alias); 16 Jan 2015 03:17:54 -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: 34298 Received: (qmail 7879 invoked from network); 16 Jan 2015 03:17:50 -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=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=o9aJ/nXaH+I39wNMIYdBPdXF1D+QAgcjGUEeaSIMxfo=; b=1Gtm2USPj/BxiF+xFceVLbnCHu5VFTS0lyJKZFqHocw676Kq1Tgxoh2WH0ZLn03Vhj ba1FuVByaSspLRj+NDnThhOgj6p0HRQEfkF9orGM+kYag9wfMPe+TB/bcibYzFczUCD5 02RUljFTVEiXdeWVlsO2oNOVQK9uLvY/HKEEcX3wHyClEuy9FEPSP4Fg1C+B4vPewCxh yCCPHunbU8E4M8n6at+io3hipKfE2OHBkVdWjrSllyLfCEs/ON/2mKY+XTUnAmkk9ckA B4nabshyN7CSnYD+lSC2IN6g9qcJGlGTMIABHs1NrtDKV/H4DQJg7iB5DVqTgIsdWszK HeXw== MIME-Version: 1.0 X-Received: by 10.220.100.6 with SMTP id w6mr6603472vcn.65.1421378268436; Thu, 15 Jan 2015 19:17:48 -0800 (PST) Sender: ethersoft@gmail.com In-Reply-To: References: <150115135356.ZM23582@torch.brasslantern.com> <150115162748.ZM23670@torch.brasslantern.com> Date: Thu, 15 Jan 2015 22:17:48 -0500 X-Google-Sender-Auth: 59FFDQjtR-Io6ojUKMKMQJXSZcY Message-ID: Subject: Re: Crash when capturing command output in completion From: Vin Shelton To: Bart Schaefer Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On Thu, Jan 15, 2015 at 10:11 PM, Vin Shelton wrote: > Here's a simpler formulation, requiring only compint: > > (gdb) run > Starting program: /raid-3tb/opt/zsh-2015-01-15-1337/bin/zsh -f > legolas-i5% autoload -U compinit > legolas-i5% compinit -u > legolas-i5% installed_packages > apel build c-support calc cc-mode cedet-common debug dired easypg ecb > ecrypto edebug ediff edit-utils efs eieio elib emerge fsf-compat > general-docs gnus ibuffer igrep ilisp ispell mail-lib mmm-mode > net-utils os-utils pc pcl-cvs perl-modes pgg prog-modes ps-print psgml > psgml-dtds python-modes re-builder ruby-modes semantic sgml sh-script > speedbar supercite texinfo text-modes tramp vc xemacs-base > xemacs-devel > legolas-i5% echo $(installed_packages I'm sorry, the recipe was wrong. echo $(installed_packages) results in the crash. - Vin