-
Notifications
You must be signed in to change notification settings - Fork 15
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
Thread blocked indefinitely in an STM transaction #601
Comments
I was not able to reproduce locally, but out of multiple local runs, I did get this other failure:
|
I spotted this failure in CI:
See https://github.com/input-output-hk/iohk-monitoring-framework/pull/597/checks?check_run_id=1324590355 |
There are also concurrency issues in file access on Windows. On Windows, by default, multiple processes cannot open handles to the same file and open files cannot be deleted.
also
See https://github.com/input-output-hk/iohk-monitoring-framework/pull/597/checks?check_run_id=1324590371 |
I can confirm that this is still happening: https://github.com/input-output-hk/iohk-monitoring-framework/pull/611/checks?check_run_id=1476894301 |
Yes, I've definitely seen it to happen as well -- several times and recently. |
The "SetGlobalMinimalSeverity" test fails with "thread blocked indefinitely in an STM transaction" on Windows when built with
ghc-8.6.5
andghc-8.10.2
See https://github.com/input-output-hk/iohk-monitoring-framework/pull/597/checks?check_run_id=1318822544
The text was updated successfully, but these errors were encountered: