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

[OSX] Fixed multi-window freeze on Show when another window is rendering #9376

Merged
merged 2 commits into from
Nov 8, 2022

Conversation

kekekeks
Copy link
Member

@kekekeks kekekeks commented Nov 7, 2022

[CATransaction flush] can call event handlers causing unexpected call to [NSView updateLayer] when render target is still locked. That can prevent the render thread (which holds the Compositor lock) to acquire the render target lock resulting in a deadlock condition.

@maxkatz6 maxkatz6 merged commit 186faca into master Nov 8, 2022
@maxkatz6 maxkatz6 deleted the fixes/macos-multi-window-freeze branch November 8, 2022 02:13
@avaloniaui-team
Copy link
Contributor

You can test this PR using the following package version. 11.0.999-cibuild0025814-beta. (feed url: https://nuget.avaloniaui.net/repository/avalonia-all/index.json) [PRBUILDID]

@ylatuya
Copy link

ylatuya commented Nov 15, 2022

Is there any chance to get this backported into a stable release to check if it fixes #9444?

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.

5 participants