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
I tested that this PoC-patch avoids the trouble
+++ ck-0.7.1/regressions/ck_sequence/validate/ck_sequence.c @@ -124,6 +124,7 @@ main(int argc, char *argv[]) n_threads = atoi(argv[1]) - 1; if (n_threads <= 0) { + return 0; ck_error("ERROR: Number of threads must be greater than 0\n"); }
This bug was found while working on reproducible builds for openSUSE.
The text was updated successfully, but these errors were encountered:
Fix tests on 1-core VM
661cf87
Fixes concurrencykit#181
6f6d668
Fixes #181
Successfully merging a pull request may close this issue.
I tested that this PoC-patch avoids the trouble
This bug was found while working on reproducible builds for openSUSE.
The text was updated successfully, but these errors were encountered: