Skip to content
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

sysbench crashes on x86-64 machines without AVX #119446

Open
jacereda opened this issue Apr 14, 2021 · 4 comments · May be fixed by #119463
Open

sysbench crashes on x86-64 machines without AVX #119446

jacereda opened this issue Apr 14, 2021 · 4 comments · May be fixed by #119463
Labels
0.kind: bug 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md

Comments

@jacereda
Copy link
Contributor

Launching sysbench on a x86-64 machine without AVX results in a SIGILL crash due to a vxorpd instruction.

I've tried the versions in 20.09 and unstable, same result.

@jacereda
Copy link
Contributor Author

I just compiled sysbench original sources and it works fine. Could hydra be building with AVX enabled for all packages?

@jacereda
Copy link
Contributor Author

The upstream sources aren't using any -march/-mcpu/-mtune flag.

@jacereda
Copy link
Contributor Author

jacereda commented Apr 14, 2021

Wrong, there's indeed an upstream detection for the host CPU that, on some boxes, ends up using a -march=xxx flag. Passing --with-gcc-arch=uknown to configure seems to fix this problem.

@stale
Copy link

stale bot commented Oct 12, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant