Skip to content

Slow response on unknown command #2513

@antoyo

Description

@antoyo

Hello.
When I write an unknown command in fish, for instance l (instead of ls), fish is slow to respond.
If I write the unknown command a second time, however, it will be faster.

I used strace to find out why it is slow.
The only thing that looked suspicious is that when it is slow, I have this line a lot of time:

select(8, [7], NULL, NULL, {0, 10000})  = 0 (Timeout)

If you need any other information, feel free to ask.

Thanks to fix this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions