Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Segfault on completion with interactive mode
- X-seq: zsh-workers 37937
- From: Óscar García Amor <ogarcia@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Segfault on completion with interactive mode
- Date: Wed, 10 Feb 2016 17:40:31 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=connectical-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=4Shlc7rFHwsTRa165FulKk52dWGrjlxIlBtlJQSnjTk=; b=sUIBgdu0ToW/E0phMx2nhM4cvs5bkPpGzNC1BdmlGY1+q0MyUNnMniq/KxGYoQKSPL 8/zNZlsaE13RdBpsw3ZmfTv2a6MtA7XY3G3PXNzzf5f3M9ZOfWg9+mKs+3pdahcvBpYA csV5ubGARTPrTJ5+d4V91yPKYLLesY19YjrroCz6B4rGNx2W2gNhq4JL/uhwo8BtOuPc j6O0hAbow86p+vQJTBohW25s4Izca/f5rRCOuSJzWdLNBwIF43ziujPfxWKsF5TwVfDq 79oqJZLkJW2RM3ZG7xlp8Z+WPn06WLmGxXqN/4hPbD7Hn3nlYxlfePmZd4qOwGT2fecY bd1w==
- 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
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@xxxxxxxxxxxxxxx
Connectical | http://connectical.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author