-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Deadlock when calling AddTarget() with a relative path like <../.xtra_namespace> #76
Comments
Cheers Brett! |
Filed as internal issue #138430. |
pixar-oss
pushed a commit
that referenced
this issue
Oct 18, 2016
Fixes issue #76. (Internal change: 1662430)
Commit has been merged into release v0.7.2, closing. |
AdamFelt
pushed a commit
to autodesk-forks/USD
that referenced
this issue
Apr 16, 2024
…ixarAnimationStudios#76) UsdView still show nothing for text, because the implementation is not ready. (cherry picked from commit 5b8b03705b63a8cad9503516d2cbf8b1a8c9a64a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Daniel Berry reports a deadlock when trying to add a relative path in usd:
https://groups.google.com/d/msg/usd-interest/ZHVas9tPVoY/obsyxSYJGwAJ
This turns out to be a bug in
Usd_InstanceCache::IsPathMasterOrInMaster()
, which does not handle relative paths correctly at the moment.The repro is easy:
The text was updated successfully, but these errors were encountered: