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

Don't assert on ticks overshoot during record on AMD #3828

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

Keno
Copy link
Member

@Keno Keno commented Sep 20, 2024

On AMD, we regularly overshoot the programmed ticks counter. We print this as a warning earlier in the function. However, the warning is ineffective, because we have an assert with the same condition later in the function. Adjust the check for that error condition to only fire during replay, not record (where it is supposed to be non-fatal).

On AMD, we regularly overshoot the programmed ticks counter.
We print this as a warning earlier in the function. However,
the warning is ineffective, because we have an assert with the
same condition later in the function. Adjust the check for
that error condition to only fire during replay, not record
(where it is supposed to be non-fatal).
@Keno
Copy link
Member Author

Keno commented Sep 20, 2024

@rocallahan rocallahan merged commit 07415f5 into rr-debugger:master Sep 20, 2024
4 checks passed
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 this pull request may close these issues.

2 participants