gon
gon copied to clipboard
Gon crashes with "SIGILL: illegal instruction" on some systems
Gon (installed with brew) crashes for me on my macOS installation in a VM with SIGILL: illegal instruction
.
I've determined that this is the cause of the issue: https://github.com/golang/go/issues/37478.
For now, I built gon
myself with go 1.14.3.
To fix gon on these (older) systems, a binary release built with go >=1.14.1 should be provided.