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

Possibly Memory Leak #176

Closed
ghost opened this issue Sep 5, 2015 · 5 comments
Closed

Possibly Memory Leak #176

ghost opened this issue Sep 5, 2015 · 5 comments

Comments

@ghost
Copy link

ghost commented Sep 5, 2015

Hi Tomas, I was trying the Markdown Writer FX and noticed a strange memory usage when I'm scrolling a text up/down. Later I reproduced it in RichTextFX demo. When I pasted a text the used heap was 11M after scrolling up/down during few minutes the used heap became 753M.

screenshot from 2015-09-05 15-50-39

I'm using Oracle Java 8u60. The same thing happened using Oracle Java 9 Build b78.

screenshot from 2015-09-05 15-54-46

@JordanMartinez
Copy link
Contributor

Is this similar to #159 in any way? A problem with Weak Listeners ?

@ghost
Copy link
Author

ghost commented Sep 5, 2015

I don't know exactly. I looked at https://bugs.openjdk.java.net/browse/JDK-8130458 it was fixed but the build b78 still leaks

@TomasMikula
Copy link
Member

Hi, thanks for reporting. It seems like the same issue. Although https://bugs.openjdk.java.net/browse/JDK-8130458 was fixed recently, I doubt it made it into JDK 9 b78.

@TomasMikula
Copy link
Member

I have written a workaround for it. Try it out with version 0.6.7.

@ghost
Copy link
Author

ghost commented Sep 6, 2015

Yes problem solved. Thanks!

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