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 GB #25

Closed
dbdante opened this issue Sep 4, 2023 · 2 comments
Closed

Memory leak in GB #25

dbdante opened this issue Sep 4, 2023 · 2 comments

Comments

@dbdante
Copy link

dbdante commented Sep 4, 2023

After almost solving the issue #24, I encountered memory leak. After troubleshooting a bit, it seems the table leaks memory and am not sure if it is originating from the rust or the C side. Without making any modifications this can be reproduced by just downloading the repo and running any of the example. The leak can be triggered by performing multiline selects over and over again. The memory usage starts increasing by KBs initially and eventually starts increasing in MBs. Below is a snapshot of the "simple" example's memory usage
image

@MoAlyousef
Copy link
Collaborator

Hi
I think it’s the issue here. It should be fixed in latest fltk-rs, which isn’t released yet.

@dbdante
Copy link
Author

dbdante commented Sep 4, 2023

Thank you. I was not able to reproduce with the latest version. I will close the issue.

@dbdante dbdante closed this as completed Sep 4, 2023
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

2 participants