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

[Houdini] Running ginfo on a USD file crashes #673

Closed
marktucker opened this issue Oct 23, 2018 · 2 comments
Closed

[Houdini] Running ginfo on a USD file crashes #673

marktucker opened this issue Oct 23, 2018 · 2 comments

Comments

@marktucker
Copy link
Contributor

Description of Issue

Running Houdini's "ginfo" utility on a USD file uses the GEO_IOTranslator from the gusd library. This calls
some global Houdini "CH" library function which rely on the existence of a "CH_Manager" object. But
ginfo (unlike houdini or hython) does not create a CH_Manager, so calling these functions leads to a
crash.

Steps to Reproduce

  1. Make sure USD is built and installed with Houdini support.
  2. Run "ginfo foo.usd" on any USD file from a shell that has access to Houdini. This will crash.
@jtran56
Copy link

jtran56 commented Oct 24, 2018

Filed as internal issue #USD-4860.

@sunyab
Copy link
Contributor

sunyab commented Jan 14, 2019

This fix was released in version 19.01. Closing!

@sunyab sunyab closed this as completed Jan 14, 2019
AdamFelt pushed a commit to autodesk-forks/USD that referenced this issue Apr 16, 2024
…lve/adsk/internal-only/feature/pipeline_adsk

Support ios build/test with connected device in both intel/M1 host machine.
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

3 participants