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 Leak in Onnx Session Release [Web] #21673

Open
kishorekaruppusamy opened this issue Aug 8, 2024 · 0 comments
Open

Memory Leak in Onnx Session Release [Web] #21673

kishorekaruppusamy opened this issue Aug 8, 2024 · 0 comments
Assignees
Labels
performance issues related to performance regressions platform:web issues related to ONNX Runtime web; typically submitted using template

Comments

@kishorekaruppusamy
Copy link

kishorekaruppusamy commented Aug 8, 2024

Describe the issue

memory leak is found after doing session.release()

image

To reproduce

npm install -g memlab

unzip the zip file provided below and run index.html in some server and return that url in url() function in scenario_file.js

and just run

memlab run --scenario scenario_file.js
memlab find-leaks --trace-all-objects

you can see the leaks

image

Archive.zip

Urgency

Very Urgent Need this Fix For complete my project

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

1.18.0

Execution Provider

'wasm'/'cpu' (WebAssembly CPU)

@kishorekaruppusamy kishorekaruppusamy added the platform:web issues related to ONNX Runtime web; typically submitted using template label Aug 8, 2024
@sophies927 sophies927 added the performance issues related to performance regressions label Aug 15, 2024
@fs-eire fs-eire self-assigned this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance issues related to performance regressions platform:web issues related to ONNX Runtime web; typically submitted using template
Projects
None yet
Development

No branches or pull requests

3 participants