zsh-workers
 help / color / mirror / code / Atom feed
* r in completion function causes zsh abort
@ 2012-11-08 10:25 Oliver Kiddle
  2012-11-08 15:15 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Kiddle @ 2012-11-08 10:25 UTC (permalink / raw)
  To: Zsh workers

After accidentally leaving a spurious `r' in a completion function, zsh
crashes with:

*** glibc detected *** zsh: double free or corruption (fasttop): 0x00000000022bc640 ***

It doesn't seem to occur directly from zsh -f but attempting to bisect
my options makes me suspect that there isn't a specific set that are
needed. Anyway, the following appears to reliably reproduce the problem:

zsh -f
autoload -U compinit;compinit
compdef r ty
setopt -09hwE
ty <tab>

Oliver


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-08 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-08 10:25 r in completion function causes zsh abort Oliver Kiddle
2012-11-08 15:15 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).