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

Race condition in render delegate's AddNodeName #2219

Closed
sebastienblor opened this issue Feb 3, 2025 · 1 comment · Fixed by #2221
Closed

Race condition in render delegate's AddNodeName #2219

sebastienblor opened this issue Feb 3, 2025 · 1 comment · Fixed by #2221
Labels
bug Something isn't working

Comments

@sebastienblor
Copy link
Collaborator

The render delegate's function AddNodeName used when a given name is set to an arnold node, isn't thread-safe. We have crash reports in this function, showing that we can sometimes be modifying the node names list by multiple threads in parallel

@sebastienblor sebastienblor added the bug Something isn't working label Feb 3, 2025
@autodesk-oss-arnold-bot
Copy link

Issue synced internally to ARNOLD-15897

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant