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

Update Alternating Interrupt/Resume Test #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jemale
Copy link
Contributor

@Jemale Jemale commented Oct 14, 2024

Updates the test to retry interrupting threads
in case the threads were unavailable/not resumed
when initial interrupt request sent

Updates the test to retry interrupting threads
in case the threads were unavailable/not resumed
when initial interrupt request sent

Signed-off-by: Jemale Lockett <[email protected]>
@jitendrasharma1989
Copy link
Contributor

@Jemale is this PR fixing some test case?

@HoppeMateusz
Copy link
Contributor

we should be watiing in dbgUMD when resuming threads - until they are resumed.
so zeDebugResume() - should make sure that threads are resumed before returning from the function.

if delaying interrupt helps - this may be something in dbgUMD or KMD that makes interrupt non effective - like treating threads as accidentally stopped and silently resuming them ( due to some timing reading ATT events, processing interrupts and reading ATT event again )

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.

3 participants