Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Crash when capturing command output in completion
- X-seq: zsh-workers 34298
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Crash when capturing command output in completion
- Date: Thu, 15 Jan 2015 22:17:48 -0500
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- 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==
- In-reply-to: <CACeGjnXBn4yE8=_XhEehvKgfNA_Jqk57giED_uym0O3H1=L18A@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CACeGjnVCkMZrh4iyAqLeuqPbHE+htd=PRNV10UD8kOry7La_TQ@mail.gmail.com> <150115135356.ZM23582@torch.brasslantern.com> <CACeGjnVwLgogjoWwCMOk4d-5R+4QOeishx+kYfV0dfE4RS_L6g@mail.gmail.com> <150115162748.ZM23670@torch.brasslantern.com> <CACeGjnXBn4yE8=_XhEehvKgfNA_Jqk57giED_uym0O3H1=L18A@mail.gmail.com>
- Sender: ethersoft@xxxxxxxxx
On Thu, Jan 15, 2015 at 10:11 PM, Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx> 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<TAB>
I'm sorry, the recipe was wrong.
echo $(installed_packages)<TAB>
results in the crash.
- Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author