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

HdMergingSceneIndex issue with RemoveInputScene. #3387

Open
Lumengine opened this issue Oct 31, 2024 · 1 comment
Open

HdMergingSceneIndex issue with RemoveInputScene. #3387

Lumengine opened this issue Oct 31, 2024 · 1 comment

Comments

@Lumengine
Copy link

Description of Issue

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.

Steps to Reproduce

System Information (OS, Hardware)

Windows 11

Package Versions

v24.11

Build Flags

@jesschimein
Copy link
Contributor

Filed as internal issue #USD-10375

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

No branches or pull requests

2 participants