Comment 7 for bug 257757

Revision history for this message
Markus Korn (thekorn) wrote :

Such errors happend because of how bad is threading done in the applet, it is far away from being threadsafe.
So maybe the applet needs a worker queue to handle all events in the right order.

Markus