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

Broken nats-cli arm64 binary #1029

Open
jamm3e3333 opened this issue Mar 24, 2024 · 1 comment
Open

Broken nats-cli arm64 binary #1029

jamm3e3333 opened this issue Mar 24, 2024 · 1 comment
Labels
defect Suspected defect such as a bug or regression

Comments

@jamm3e3333
Copy link

Observed behavior

When I installed the latest version (v0.1.4) of nats cli in arm64 linux image and trying to use nats-cli it says "Segmentation fault" so I assume that smth is wrong with the binary. I tried to install it like this:

# curl -sf https://binaries.nats.dev/nats-io/natscli/nats@latest | sh && mv nats /usr/local/bin/

  ==> Downloading github.com/nats-io/natscli/nats@latest
  ==> Resolved version latest to 0345fb1
  ==> Downloading binary for linux arm64
  ==>   URL: https://binaries.nats.dev/binary/github.com/nats-io/natscli/nats?os=linux&arch=arm64&version=0345fb1
  ==> Installing nats to .
  ==> Installation complete
  #nats --version
Segmentation fault

when I install nats-cli v0.1.3 everything works fine

Expected behavior

I want it to work, that's all xD

Server and client version

nats-server version: 2.9.15 (not sure about that)
nats-cli version: v0.1.4

Host environment

No response

Steps to reproduce

No response

@jamm3e3333 jamm3e3333 added the defect Suspected defect such as a bug or regression label Mar 24, 2024
@ripienaar
Copy link
Collaborator

Hmm, I dont have any arm64 machines, can you try the official released binary from the releases page? Same story?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

2 participants