-
Notifications
You must be signed in to change notification settings - Fork 257
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
foc: nightly seoul test fails reliable #5461
Comments
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Feb 23, 2025
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Feb 23, 2025
_extra_dispatch_up is used by the ep and the vcpu thread unsynchronized, which leads under sufficient load to race situations, where both wait for each other and no one ever will continue. Remove _extra_dispatch_up completely, which is not required, as the kernel interface handles this specific state already. Fixes genodelabs#5461
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Feb 23, 2025
Remove _extra_dispatch_up which is not required and racy which may lead to hangs between ep and vcpu thread. Issue genodelabs#5461
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Feb 23, 2025
This reverts commit c387e6b. Issue genodelabs#5461
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Feb 23, 2025
_extra_dispatch_up is used by the ep and the vcpu thread unsynchronized, which leads under sufficient load to race situations, where both wait for each other and no one ever will continue. Remove _extra_dispatch_up completely, which is not required, as the kernel interface handles this specific state already. Fixes genodelabs#5461
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Feb 23, 2025
Remove _extra_dispatch_up which is not required and racy which may lead to hangs between ep and vcpu thread. Issue genodelabs#5461
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: