Issue Type: Bug Bug
Affects Versions: 8.4
Assignee: Unassigned
Components: swing
Created: 17/Dec/12 4:10 AM
Description:

We noticed that by moving the map very quickly, sometimes rendering stops. We could trace back the problem to DefaultRenderingExecutor.

It may happen (and it happens sometimes) that in method:

private void pollTaskResult()

after

if (tasksLatch.getCount() == 0)

and before

currentTasks.clear();

a new task is added to the currentTasks list, and this task will
be lost.

Environment: Windows XP/Windows 7, JDK 1.9.09
Project: GeoTools
Priority: Major Major
Reporter: Zsolt Sandor
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to