concurency problem
Brought to you by:
sflexus
The draw method of the LinePlot class accesses its dataset in the
drawing thread. If exactly in this moment a different thread accesses
the dataset and increases the number of the points, the draw
method throws an IndexOutOfBounds exception. synchronized
would probably help?
Logged In: YES
user_id=345880
Unfortunately, I have given up the project development. I
suggest you to add synchronization yourself and recompile the
library.