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

Memory corruption with some data copy pattern #253

Open
damienmarchal opened this issue May 6, 2022 · 1 comment
Open

Memory corruption with some data copy pattern #253

damienmarchal opened this issue May 6, 2022 · 1 comment
Labels
issue: bug Something isn't working

Comments

@damienmarchal
Copy link
Contributor

During our weekly coding sprint it was reported that this kind of pattern is failing:

with rootNode.mechanicalObject.position.writableArray() as w:
             w[0] = rootNode.otherObject.position.value[0]

Should be investigated quickly.

@damienmarchal damienmarchal added the issue: bug Something isn't working label May 6, 2022
@TaharChettaoui
Copy link

Hello Damien, in my case I have a big "memory usage" growth and It is happening when I am moving objects in the scene using a similar code pattern. could this be related?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants