gon icon indicating copy to clipboard operation
gon copied to clipboard

Gon crashes with "SIGILL: illegal instruction" on some systems

Open LanderN opened this issue 4 years ago • 0 comments

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.

LanderN avatar Jun 30 '20 07:06 LanderN