Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enabling compinit and setopt all_export crashes fzf on tab #448

Closed
fishman opened this issue Dec 12, 2015 · 1 comment
Closed

enabling compinit and setopt all_export crashes fzf on tab #448

fishman opened this issue Dec 12, 2015 · 1 comment

Comments

@fishman
Copy link

fishman commented Dec 12, 2015

Using the following options with zsh crashes:

thread #1: tid = 0x44f9d9, 0x00007fff9cf00154 libsystem_c.dylibwmemcmp + 14, queue = 'com.apple.main-thread', stop rea son = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x00007fff9cf00154 libsystem_c.dylibwmemcmp + 14
libsystem_c.dylib`wmemcmp:

autoload -U compinit zrecompile

compinit
setopt all_export

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
@junegunn
Copy link
Owner

Thanks for the report, but with the above snippet in my .zshrc, I can't reproduce the issue on my machine with zsh 5.0.8 (x86_64-apple-darwin15.0). Consider reinstalling or upgrading your zsh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants