Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Crash when capturing command output in completion



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