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

Concurrent Modification when system is hardly loaded #128

Open
klesun opened this issue Jan 9, 2016 · 0 comments
Open

Concurrent Modification when system is hardly loaded #128

klesun opened this issue Jan 9, 2016 · 0 comments

Comments

@klesun
Copy link
Owner

klesun commented Jan 9, 2016

It is in PlaybackTimer::iterate() on "for (Fraction key : keys) {}"... how something could change there at all ???

Opening a tightVNC viewer during playback led to CPU business, what caused bugs in our treads to show up:

Exception in thread "AWT-EventQueue-0" java.util.ConcurrentModificationException
    at java.util.TreeMap$NavigableSubMap$SubMapIterator.nextEntry(TreeMap.java:1699)
    at java.util.TreeMap$NavigableSubMap$SubMapKeyIterator.next(TreeMap.java:1776)
    at org.shmidusic.stuff.musica.PlaybackTimer.iterate(PlaybackTimer.java:64)
    at org.shmidusic.stuff.musica.PlaybackTimer.lambda$iterate$87(PlaybackTimer.java:76)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant