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

Installation with ZSH, segmentation fault ERROR #904

Closed
2 of 15 tasks
pmaoui opened this issue Apr 11, 2017 · 4 comments
Closed
2 of 15 tasks

Installation with ZSH, segmentation fault ERROR #904

pmaoui opened this issue Apr 11, 2017 · 4 comments

Comments

@pmaoui
Copy link

pmaoui commented Apr 11, 2017

  • Category
    • fzf binary
    • fzf-tmux script
    • Key bindings
    • Completion
    • Vim
    • Neovim
    • Etc.
  • OS
    • Linux
    • Mac OS X
    • Windows
    • Windows Subsystem for Linux
    • Etc.
  • Shell
    • bash
    • zsh
    • fish

Hello, I have this error :

[1] 13246 segmentation fault (core dumped) zsh -xv

What I do :
I install normally fzf without completion nor key bindings.
I start zsh -xv (to have a debug trace)
I run source ~/.zshrc
I press CTRL+R
And the segmentation fault occurs.

I use the last version of fzf (0.16.6).

@pmaoui pmaoui changed the title Installation with ZSH, Installation with ZSH, segmentation fault ERROR Apr 11, 2017
@junegunn
Copy link
Owner

junegunn commented Apr 11, 2017

It looks like an issue of your zsh installation, not fzf. Does fzf work fine?

@pmaoui
Copy link
Author

pmaoui commented Apr 11, 2017

Ok, I'll check but it's not going to be easy to investigate as only the integration with fzf causes the crash. Thank you for your fast answer ⚡

@junegunn
Copy link
Owner

You can simply check if fc -l 1 | fzf --tac works.

@pmaoui
Copy link
Author

pmaoui commented Apr 11, 2017

It works, and I realize that my zsh doesn't support CTRL+R after sourcing .zshrc even without fzf. So, you've right and something is not clear by my side. As fzf change the behavior or CTRL+R, it was tricky 🐧. Thank you 🚀

Edit: for the record, this issue is related to zsh-users/zsh-autosuggestions#126

@pmaoui pmaoui closed this as completed Apr 11, 2017
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