forked from smart-tool/smart
-
Notifications
You must be signed in to change notification settings - Fork 1
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
randomly crashing algos #13
Labels
bug
Something isn't working
Comments
rurban
added a commit
that referenced
this issue
Mar 23, 2024
seems to work correct now part of GH #13
rurban
added a commit
that referenced
this issue
Mar 23, 2024
seems to work correct now part of GH #13
rurban
added a commit
that referenced
this issue
Mar 24, 2024
rurban
added a commit
that referenced
this issue
Mar 24, 2024
fallback to search_small then. Fixes one crash in GH #13
rurban
added a commit
that referenced
this issue
Mar 24, 2024
Added Constraints: m>1 Needed to add 3 checks to avoid overflows and skip an endless loop when found. But the tests fail to find enough occurences. See GH #13
rurban
added a commit
that referenced
this issue
Mar 24, 2024
Added Constraints: m>1 Needed to add 3 checks to avoid overflows and skip an endless loop when found. But the tests fail to find enough occurences. See GH #13
rurban
added a commit
that referenced
this issue
Mar 24, 2024
Added Constraints: m>1 Needed to add 3 checks to avoid overflows and skip an endless loop when found. But the tests fail to find enough occurences. See GH #13
rurban
added a commit
that referenced
this issue
Mar 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mostly with longer patterns, >=2048 in rand*. detected with the new error log. Some require a trailing zero, some even room after the text!
./test algo or ./test-asan algo do not detect these yet!
run it via
make; ./select -all; (sleep 2s; ./kill-tests.sh &); ./smart -text all
The text was updated successfully, but these errors were encountered: