[Bug 87] Icedtea 1.7.0 and SwingWorker problem

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Dec 12 06:42:56 PST 2007


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=87





------- Comment #8 from jsumali at redhat.com  2007-12-12 14:42 -------
I've noticed that when this swingworker example does work, a TimerQueue is
present . A thread dump shows:

"TimerQueue" daemon prio=10 tid=0x0000000000c64800 nid=0x23df waiting on
condition [0x000000004110f000..0x000000004110fd10]
   java.lang.Thread.State: WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        - parking to wait for  <0x00002aaaced627e0> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1974)
        at java.util.concurrent.DelayQueue.take(DelayQueue.java:189)
        at javax.swing.TimerQueue.run(TimerQueue.java:171)
        at java.lang.Thread.run(Thread.java:675)

which is absent when it's in the locked up state.

It may be the following bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6623943


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list