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

ConcurrentModificationException in Processing #1

Open
yireh opened this issue Feb 24, 2011 · 2 comments
Open

ConcurrentModificationException in Processing #1

yireh opened this issue Feb 24, 2011 · 2 comments

Comments

@yireh
Copy link

yireh commented Feb 24, 2011

Hello! I had problems running the MotionCapture3D example while running it on Processing 1.2.1
I get "ConcurrentModificationException" error message while running the following line:
for (Skeleton s: skels.values())

anyone has a solution? This problem happens when there are more than one users

@tonyfg
Copy link

tonyfg commented Mar 9, 2011

Seems i forgot to protect data structures for multi-thread access. I'll patch it up soon.

@lxphotostudio
Copy link

this seems to be still there.
What I experience is it happens only when in multiusers you have let's say user 1 then user 2
then you loose user 1
then again user 1 gets in and it catch the exception

It's not happening if you have let's say user 1 then user 2
then you loose user 2
then again user 2 gets in

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

3 participants