Skip to content

"The call stack limit has been exceeded. Do you have an accidental infinite loop?" #1236

@slondr

Description

@slondr

When I launch elixir-ls, I get the following:

Preferred shell is fish, launching launch.fish
Looking for asdf install
asdf executable found at /usr/bin/asdf. Using ASDF_DIR=, ASDF_DATA_DIR=.
unknown command: elixir. Perhaps you have to reshim?
dirname: missing operand
Try 'dirname --help' for more information.
basename: missing operand
Try 'basename --help' for more information.
readlink: missing operand
Try 'readlink --help' for more information.
dirname: missing operand
Try 'dirname --help' for more information.
basename: missing operand
Try 'basename --help' for more information.
readlink: missing operand

With those last lines repeated a lot more, then:

/usr/share/fish/functions/cd.fish (line 5): The call stack limit has been exceeded. Do you have an accidental infinite loop?

in function 'cd'
	called on line 12 of file /usr/lib/elixir-ls/launch.fish
in function 'readlink_f'
	called on line 15 of file /usr/lib/elixir-ls/launch.fish
in function 'readlink_f'
	called on line 15 of file /usr/lib/elixir-ls/launch.fish
in function 'readlink_f'
	called on line 15 of file /usr/lib/elixir-ls/launch.fish
in function 'readlink_f'
	called on line 15 of file /usr/lib/elixir-ls/launch.fish
in function 'readlink_f'
	called on line 15 of file /usr/lib/elixir-ls/launch.fish

with that last line repeated many more times.

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