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

Company Backend not working (exit code 127) #153

Open
ungatz opened this issue Oct 25, 2021 · 1 comment
Open

Company Backend not working (exit code 127) #153

ungatz opened this issue Oct 25, 2021 · 1 comment

Comments

@ungatz
Copy link

ungatz commented Oct 25, 2021

The last racer command was:

$ cd /Users/sanadkadu/github/pathOfTheRustacean/
$ export CARGO_HOME=/Users/sanadkadu/.cargo
$ export RUST_SRC_PATH=/Users/sanadkadu/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src
$ /Users/sanadkadu/.cargo/bin/racer complete 5 15 /Users/sanadkadu/github/pathOfTheRustacean/fibonacci.rs /var/folders/xx/3k0k7xmd04d51rh7rnxy4cwc0000gn/T/racertqBgSg

This command terminated with exit code 127.

stdout:


Process *async-racer* exited abnormally with code 127

No output on stderr.

The temporary file will have been deleted. You should be
able to reproduce the same output from racer with the
following command:

$ CARGO_HOME=/Users/sanadkadu/.cargo RUST_SRC_PATH=/Users/sanadkadu/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src /Users/sanadkadu/.cargo/bin/racer complete 5 15 /Users/sanadkadu/github/pathOfTheRustacean/fibonacci.rs

@glanham-jr
Copy link

Is racer installed? I had a similar issue, but I noticed racer wasn't on my system. Check if /Users/sanadkadu/.cargo/bin/racer exists. If not, you can find instructions here.

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