We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Crash when deleting the _MergingSceneIndexEntry from UsdImagingNiPrototypePropagatingSceneIndex.
With this commit 2ee856c, when refactoring the RemoveInputScene, the line
std::vector<SdfPath> removalTestQueue = { it->sceneRoot };
is created after erasing the iterator which causes the crash.
Windows 11
v24.11
The text was updated successfully, but these errors were encountered:
Filed as internal issue #USD-10375
Sorry, something went wrong.
No branches or pull requests
Description of Issue
Crash when deleting the _MergingSceneIndexEntry from UsdImagingNiPrototypePropagatingSceneIndex.
With this commit 2ee856c, when refactoring the RemoveInputScene, the line
is created after erasing the iterator which causes the crash.
Steps to Reproduce
System Information (OS, Hardware)
Windows 11
Package Versions
v24.11
Build Flags
The text was updated successfully, but these errors were encountered: