-
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
Test failures with debug build with alembic support #207
Comments
After dropping into the debugger, I was able to confirm that "USD_CHANGES" is getting added to the registry twice - once when the "usdAbc" plugin loads (this happens first), and once when the "usd" plugin loads. Can't copy in the full stack trace, unfortunately, due to internet restrictions on our workstations here... |
Ok, uploaded the stacktraces - these are the stacks at the points when "USD_CHANGES" is added to the registry, in the order they happen... usd_alembic_debug_crash__load_usdAbc.stacktrace.txt |
Filed as internal issue #146045. |
This is now confirmed to work as of 23.02 (though probably fixed long before). Closing. |
…/dev branch. (PixarAnimationStudios#207) Description of Change(s) Cherry-pick text commits from adsk/feature/text to adsk/dev branch. Fixes Issue(s) Include underline/overline feature and bugs fixing.
Description of Issue
Some of the tests fail if run using a debug build with alembic support - specifically, testUsdDiffToolVariousFormats3 - 5. The error message that gets printed is:
Steps to Reproduce
-D CMAKE_BUILD_TYPE=Debug
) and alembic support (-D PXR_BUILD_ALEMBIC_PLUGIN=TRUE
)make test ARGS='-R testUsdDiffToolVariousFormats3'
Alternatively, instead of 3, you can do this simpler procedure:
3a.
System Information (OS, Hardware)
Linux (CentOS 7)
Package Versions
usd - dev branch, 942c862
alembic-1.5.8
Build Flags
The text was updated successfully, but these errors were encountered: