zsh-workers
 help / color / mirror / code / Atom feed
* Segfault on completion with interactive mode
@ 2016-02-10 16:40 Óscar García Amor
  2016-02-10 20:03 ` Bart Schaefer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Óscar García Amor @ 2016-02-10 16:40 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

Hi!

I found a segfault bug on ZSH 5.2, but is confirmed that can be reproduced
in master.

Steps to reproduce:
1. Run a `zsh -f`
2. Set this config.
```
zstyle :compinstall filename "${HOME}/.zshrc"
autoload -Uz compinit
compinit
zstyle ':completion:*' menu select interactive
zstyle ':completion:*:warnings' format '%BNo matching %b%d'
unsetopt menu_complete auto_list
```
3. Start write a command. For example, write `ba`
4. Press tab to show options (interactive mode appears)
5. Write a letter that not mach with any option (to generate a completion
warning)
6. Press backspace

Tachan! zsh: segmentation fault (core dumped)

danielsh, on IRC, send this coredump:
http://sprunge.us/BXDU

Greetings.

-- 
Óscar García Amor | ogarcia@connectical.com
Connectical | http://connectical.com

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

end of thread, other threads:[~2016-02-13 22:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 16:40 Segfault on completion with interactive mode Óscar García Amor
2016-02-10 20:03 ` Bart Schaefer
2016-02-11  4:01 ` Bart Schaefer
2016-02-11 12:49   ` Peter Stephenson
2016-02-12 10:17     ` Bart Schaefer
2016-02-13 22:28 ` 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).