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

DeployInst memory leak #517

Open
gonuke opened this issue Dec 23, 2019 · 0 comments
Open

DeployInst memory leak #517

gonuke opened this issue Dec 23, 2019 · 0 comments

Comments

@gonuke
Copy link
Member

gonuke commented Dec 23, 2019

There appears to be a memory leak in DeployInst at this location.

A clone of a prototype is added to the context at this line, ultimately invoking a new under the hood. This clone is only registered with the prototype list under certain conditions and is not deleted in the cases where it is not registered and no longer needed.

This may be related to failures witnessed by @jbae11 and others.

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

1 participant