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

ck-0.7.1 fails validate/ck_sequence test in 1-core VM #181

Closed
bmwiedemann opened this issue Aug 31, 2021 · 0 comments · Fixed by #184
Closed

ck-0.7.1 fails validate/ck_sequence test in 1-core VM #181

bmwiedemann opened this issue Aug 31, 2021 · 0 comments · Fixed by #184

Comments

@bmwiedemann
Copy link
Contributor

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.

bmwiedemann added a commit to bmwiedemann/ck that referenced this issue Nov 5, 2021
sbahra pushed a commit that referenced this issue Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant