Seg fault when using "HISTFILE=~/.zsh_history" #119
frdmn
commented
Feb 16, 2016
Noticed another strange thing. When you run a command and it's exit status is >0. Now hit Arrow Up when the cursor is at the beginning of the prompt:
❯ ~ false
❯ ~ [PRESS ARROW UP]
❯ ~ zsh: segmentation fault zsh -xCan you confirm you're using the most recent version of the plugin?
❯ git -C "${HOME}/.zsh/plugins/zsh-autosuggestions" rev-parse --short HEAD
45ab49d
frdmn
commented
Feb 16, 2016
@ericfreese Damn, I should have checked that by myself:
❯ git -C .zsh/plugins/zsh-autosuggestions rev-parse --short HEAD
76f415bSo, I was on version 0.2.5 and not 0.2.7. Thanks a lot, Eric! :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
as soon as I put
HISTFILE=~/.zsh_historyin my .zshrc, zsh seems to seg fault when zsh-autosuggestions in combination with zsh-history-substring-search and zsh-syntax-highlighting is enabled.It works quite when I comment out this one line.
Here's a
.zshrcto reproduce the issue:I am not quite sure what's the specific problem. Anyone care to help me troubleshoot this?
I'm using the latest version (freshly cloned from this repository), by the way.
Let me know if you need any more information.