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

Prevent multiple faulting threads #26

Merged
merged 6 commits into from
Oct 29, 2024

Conversation

konraddysput
Copy link
Contributor

Why

During debugging AiQ bugs in Python we discovered, the fingerprint is always 0s. After a deeper investigation, I noted our algorithm can set two faulting threads. This pull request fixes the problem and makes sure we only set one faulting thread

@konraddysput konraddysput requested a review from perf2711 October 29, 2024 11:19
@konraddysput konraddysput self-assigned this Oct 29, 2024
@konraddysput konraddysput changed the title Multiple faulting threads Prevent multiple faulting threads Oct 29, 2024
@konraddysput konraddysput merged commit a33bf05 into master Oct 29, 2024
6 checks passed
@konraddysput konraddysput deleted the bugfix/multiple-faulting-threads branch October 29, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants