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

Fix deadlock with KHR_debug. #3006

Merged
merged 1 commit into from Sep 12, 2015
Merged

Fix deadlock with KHR_debug. #3006

merged 1 commit into from Sep 12, 2015

Conversation

phire
Copy link
Member

@phire phire commented Sep 9, 2015

An KHR_debug callback could end up waiting for a mutex on a thread which calls windows system functions.

While this is not expressly forbidden by the standards, it does forbid directly calling windows system functions from a KHR_debug callback. Close enough.

An KHR_debug callback could end up waiting for a mutex
on a thread which calls windows system functions.

While this is not expressly forbidden by the standards,
it does forbid directy calling windows system functions
from a KHR_debug callback. Close enough.
@waddlesplash
Copy link
Contributor

LGTM

phire added a commit that referenced this pull request Sep 12, 2015
Fix deadlock with KHR_debug.
@phire phire merged commit 02842cb into dolphin-emu:master Sep 12, 2015
phire added a commit to phire/dolphin that referenced this pull request Oct 7, 2015
After fixing the deadlock in dolphin-emu#3006, it is now possible for log
messages to flood in faster than UpdateLog can render them.

This causes it to never return, locking up the gui thread and
filling the windows message queue (which triggers the stack
overflow bug in older versions of Wx)
phire added a commit to phire/dolphin that referenced this pull request Oct 8, 2015
After fixing the deadlock in dolphin-emu#3006, it is now possible for log
messages to flood in faster than UpdateLog can render them.

This causes it to never return, locking up the gui thread and
filling the windows message queue (which triggers the stack
overflow bug in older versions of Wx)
phire added a commit to phire/dolphin that referenced this pull request Oct 8, 2015
After fixing the deadlock in dolphin-emu#3006, it is now possible for log
messages to flood in faster than UpdateLog can render them.

This causes it to never return, locking up the gui thread and
filling the windows message queue (which triggers the stack
overflow bug in older versions of Wx)
@phire phire deleted the deadlock branch February 2, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants