Bug#924736: [Pkg-zsh-devel] Bug#924736: zsh 5.7.1 segfaults when three setopt options are in play

2019-03-23 Thread wesleys
Good morning, upstream seem to have fixed this bug with commit 73b29f079b50412700727e0f77991506c03d19fe Cheers, Wesley

Bug#924736: [Pkg-zsh-devel] Bug#924736: zsh 5.7.1 segfaults when three setopt options are in play

2019-03-16 Thread wesleys
Hello Axel, > I can also confirm that this is reproducible with zsh compiled as of > the current git HEAD (commit 947e26fe). > > Will forward your bug report to upstream. I've bisected the bug and it seems https://github.com/zsh-users/zsh/commit/758966502caa6f91abcbaaebf2610609250de1fb is

Bug#924736: [Pkg-zsh-devel] Bug#924736: zsh 5.7.1 segfaults when three setopt options are in play

2019-03-16 Thread Axel Beckert
Control: tag -1 + upstream confirmed Hi Wesley, Wesley Schwengle wrote: > Have a zshrc with the following setopts: > > setopt hist_reduce_blanks > setopt hist_ignore_space > setopt interactivecomments > > * Run zsh -f > * Now enter ` #` > * You get a command not found error > * Now source y