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

[Bug]: Memory leak fix makes Maya crash on Linux #41

Open
mdilena opened this issue Nov 7, 2024 · 0 comments
Open

[Bug]: Memory leak fix makes Maya crash on Linux #41

mdilena opened this issue Nov 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mdilena
Copy link
Contributor

mdilena commented Nov 7, 2024

Summary

After the memory leak fix was introduced through PR #39 , building a TwistSpline node makes Maya crash on Linux. The crash points at line 229 of twistSplineNode.cpp, MPointArray pts = ts->getVerts();

Expected Behavior

No crash 😁

Steps to Reproduce Behavior

Creating the twist spline through the script makes maya crash instantly.

Solution

No response

Environment

  • Version: 1.2.4
  • Maya version: 2024
  • OS: Rocky Linux 8
  • Python version: 3.11

Additional Context

Tried downgrading to 1.2.2 and everything worked as expected.

@mdilena mdilena added the bug Something isn't working label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant