Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

32bit Arm build crashes #440

Open
lanefu opened this issue Jun 23, 2019 · 0 comments
Open

32bit Arm build crashes #440

lanefu opened this issue Jun 23, 2019 · 0 comments

Comments

@lanefu
Copy link

lanefu commented Jun 23, 2019

Kind of interesting, I've built arm, arm64, and AMD64 versions of hashi-ui, and the 32bit arm seems to crash once I connect to it.

I cross-compiled with golang:stretch . Any hints I can look at?

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x120e0]

goroutine 56 [running]:
runtime/internal/atomic.goXadd64(0x12025ac, 0x1, 0x0, 0x122c180, 0x670f31a7)
	/usr/local/go/src/runtime/internal/atomic/atomic_arm.go:99 +0x1c
github.com/jippi/hashi-ui/backend/subscriber.(*Manager).Subscribe(0x1202580, 0x4fceea, 0x14, 0x0)
	/go/src/github.com/jippi/hashi-ui/backend/subscriber/manager.go:33 +0x8c
main.(*connection).keepAlive(0x1202540)
	/go/src/github.com/jippi/hashi-ui/backend/connection.go:106 +0xf4
created by main.(*connection).Handle
	/go/src/github.com/jippi/hashi-ui/backend/connection.go:79 +0x6c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant