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

Segmentation fault on RPi OS 64 #10

Open
nicholaswilde opened this issue Nov 1, 2020 · 0 comments
Open

Segmentation fault on RPi OS 64 #10

nicholaswilde opened this issue Nov 1, 2020 · 0 comments

Comments

@nicholaswilde
Copy link

Expected Behavior

Tried installing Installer on my Raspberry Pi 4 and got an error when trying to run it.

Current Behavior

Get an error when trying to run Installer

$ curl -s https://i.jpillora.com/installer | bash
Downloading jpillora/installer v0.2.7.....
######################################################################## 100.0%#=#=-#  #                ######################################################################## 100.0%
Downloaded to /home/pi/installer
$ ./installer 
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault

Possible Solution

Detect the correct architecture.

Manually downloading and running installer_0.2.7_linux_arm64.gz works.

Steps to Reproduce

  1. $ curl -s https://i.jpillora.com/installer | bash
  2. $ ./installer

Context (Environment)

Hardware: Raspberry Pi 4

$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
$ uname -a
Linux pi-04 5.4.72-v8+ #1356 SMP PREEMPT Thu Oct 22 13:58:52 BST 2020 aarch64 GNU/Linux
$ md5sum installer
2d365aab917f3844cb021ba7b1634e90  installer
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

1 participant