Skip to content

fd hangs after accepting entry in fuzz finder #353

@Konfekt

Description

@Konfekt

What is the version, OS, architecture?

fd version 7.1.0
the fuzzy finder peco version v0.5.3 (built with go1.10),
OpenSUSE 15.0, 64 bit

Abstract

In bash or zsh, ONLY in the root dir /, the command

 fd | peco

has to be aborted for the terminal to accept input again after hitting enter.

Discussion

In bash or zsh, in the root dir /, type

 fd | peco

search for a term, such as bin, and hit enter.
Expected: the selected term appears in the terminal.
What happens instead: The terminal is inaccessible and the command fd has to be aborted by Ctrl+C.

This does not happen for other grep tools, such as ag or rg. It ONLY occurs for fd and ONLY in the root dir /.

The command peco quit, but fd is still running, consuming nearly 100 % of available CPU time.

See peco/peco#464

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions