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 OCIO SYNDisplay/SYNLinearize nodes causing freeze #661

Conversation

bernie-laberge
Copy link
Contributor

Fix OCIO SYNDisplay/SYNLinearize nodes causing freeze

Linked issues

NA

Summarize your change.

Make the mutex (QMutex) used by OCIOIPNode recursive.

Describe the reason for the change.

Prior to this fix, using an OCIO SYNDisplay or SYNLinearize nodes was freezing OpenRV.
This was an unexpected regression of a previous fix : 3ec54d2

The problem was that the OCIO SYNDisplay/SYNLinearize were locking the same mutex twice by design, thus leading to the freeze.

Describe what you have tested and on which operating system.

Successfully tested on macOS

Add a list of changes, and note any that might need special attention during the review.

If possible, provide screenshots.

@bernie-laberge bernie-laberge enabled auto-merge (squash) January 16, 2025 15:44
@bernie-laberge bernie-laberge merged commit 45e5bae into AcademySoftwareFoundation:main Jan 16, 2025
10 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.

3 participants