whitelist ubuntu 20.04 kernel for the mlock of signal stack failed issue #38915
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Golang has a check on startup for issue gh-35777
This also triggers on ubuntu 20.04 which currently has a 5.4.34 kernel.
Likely golang does not properly detect this as the version number in uname -a is:
5.4.0-29-generic
as ubuntu maintains its own stable kernels and does not bump the version numbers when upstream does.But they have the fix https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=59c4bd853abcea95eccc167a7d7fd5f1a5f47b98 included:
To save some users the trouble of having to change their system configuration, it would be good to whitelist the ubuntu kernels too.
The text was updated successfully, but these errors were encountered: