-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
libuv fails to build on certain systems #107657
Labels
0.kind: bug
Something is broken
Comments
No reason to think this is cpu related. https://github.com/libuv/libuv/blob/v1.x/test/test-fs.c#L1439 , might be FS, kernel or env related. Works 4/4 times on my 3950x |
flokli
changed the title
libuv fails to build on certain CPUs
libuv fails to build on certain systems
Dec 26, 2020
|
Okay, after a reboot (same kernel), this doesn't happen anymore. This is super scary. Next system will probably be one with ECC RAM 🤦 |
I found another assertion in the test repeatedly failing on Hydra, so I disabled it in 173de4e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I happened to have rebuilt
libuv
on my machine while testing a PR (#98915 (comment)), and it failed. I thought it was due to that PR (cause on nixpkgs master it wasfetched it from the binary cache). I built master again withnix-build --check libuv
, and was able to also get the build to fail there.I suspected this to be somewhat CPU related. My workstation has a AMD Ryzen 9 3900X. On another machine (Intel Xeon CPUs) I seem to be able to build it.
To Reproduce
Steps to reproduce the behavior:
nix-build --check libuv
on current masterExpected behavior
I'd expect it to build.
The text was updated successfully, but these errors were encountered: