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

fix potential memory leak #10

Open
WolfgangFahl opened this issue Feb 13, 2019 · 0 comments
Open

fix potential memory leak #10

WolfgangFahl opened this issue Feb 13, 2019 · 0 comments
Assignees
Milestone

Comments

@WolfgangFahl
Copy link
Member

WolfgangFahl commented Feb 13, 2019

Exception in thread "JavaFX Application Thread" java.lang.OutOfMemoryError: Java heap space
	at java.util.HashMap.newNode(HashMap.java:1734)
	at java.util.HashMap.putVal(HashMap.java:630)
	at java.util.HashMap.put(HashMap.java:611)
	at java.util.HashSet.add(HashSet.java:219)
	at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
	at java.util.HashSet.<init>(HashSet.java:119)
	at javafx.scene.chart.XYChart$Series$1.onChanged(XYChart.java:1457)
@WolfgangFahl WolfgangFahl added this to the 0.0.6 milestone Feb 13, 2019
@WolfgangFahl WolfgangFahl self-assigned this Feb 13, 2019
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