Possible glibc issue on x86_64 linux systems
## What this teaches
How to possible glibc issue on x86_64 linux systems.
## The problem
Issue Bearer/bearer#899 (closed, 8 comments): <!--- Provide a general summary of the issue in the Title above --> ## Description Currently on linux it looks like we are seeing some segfaults with some users that have the `x86_64` instruction set. This is somewhat unexpected as we compile for `amd64` [here](https://github.com/Bearer/bearer/blob/main/.goreleaser/common.yaml#L52-L56) which should be compatible ## uname -a works: ``` Linux hostname 5.10.0-21-amd64 #1 MP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux Linux hostname 5.15.
## What worked (verified answer)
Bearer segfaulting on x86_64 Linux was fixed in Bearer 1.4.0. If the scanner crashes with segfaults on Linux, upgrade to 1.4.0 or later and confirm the crashes are gone.
## Source
gh:Bearer/bearer#899 - https://github.com/Bearer/bearer/issues/899