rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.66k stars 1.17k forks source link

mips64el set up signal handler without SA_ONSTACK flag #180

Open arthurbdiniz opened 4 years ago

arthurbdiniz commented 4 years ago

The hey version 0.1.2 was packaged and published on Debian and Ubuntu, current on unstable.

https://tracker.debian.org/pkg/hey

I notice that the Debian build servers fail to build mips64elarch and the following error show up:

fatal error: non-Go code set up signal handler without SA_ONSTACK flag

The full log can be found on https://buildd.debian.org/status/fetch.php?pkg=hey&arch=mips64el&ver=0.1.2-1&stamp=1572790290&raw=0

Looks like this is a common error on Golang and would be good to be fixed for the next hey releases so we from Debian can have mips64el arch available.

The good thing is that now people using Debian based distros can install using apt install hey!