-
Notifications
You must be signed in to change notification settings - Fork 100
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
Test suite hangs on armv7l-linux (32-bit userspace, 64-bit kernel) #491
Comments
I can reproduce the same issue with i686-linux (kernel is 64 bit as well). GHC is 9.6.6. |
This issue was introduced in 0.2.20, 0.2.19.1 is unaffected, so probably one of the new optimizations is at fault. I also tried disabling library profiling which the original reporter and I had enabled, but profiling doesn't influence the result, it seems. |
When the hang occurs seems to depend on the amount of threads used by tasty. Without
It also seems possible that 0bbbac1 is rsponsible and this is actually an old(er) issue. |
We are hitting this in Debian as well, now that we upgraded to version By taking a very quick look at this commit, I can see that the unordered-containers/tests/Util/Key.hs Lines 58 to 59 in d52a0fd
|
The |
Here's the build log:
After that it just hangs while consuming 100% cpu until killed.
The text was updated successfully, but these errors were encountered: