-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest build won't run on Ubuntu 20.04/Focal (amd64/x86_64) w/ kernel 5.4.x #62
Comments
The binary of architecture Unfortunately, I have modified the script so that all architectures will be built using clang in the next release, except for mips and i686. Additionally, I have not been able to reproduce the issue.
It seems it's the same issue as this one. I will build a binary of |
Thanks a lot! EDIT: I managed to reproduce the problem on another Ubuntu 20.04 machine–apparently, it's not related to the CPU model, but the kernel version. Using 5.4.x kernels, the above error message is displayed; with kernels 5.15.x or newer ("HWE kernel"), everything works fine. |
I freshly installed Ubuntu 20.04.6 with kernel 5.4, it works fine.
On another server works too.
A build using |
Pity. Is at least one of the above servers an Intel machine? (The only two machines available using different 5.4.x kernels on Ubuntu 20.04 and that fail for me have an i7-8705G and a Xeon(R) Gold 6230 CPU, respectively.) I verified that the x86_64/amd64 binary in the attached |
AMD EPYC 7601(Linode) and Intel Core i7-9750H(VM on MacBook). For the next release, I'll be releasing two versions, |
Test passed. Next build will compile and distribute both |
FYI @m-ueberall |
The latest arm64/aarch64 variant works, though:
The text was updated successfully, but these errors were encountered: