You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/02/08 13:12:06 UTC

[jira] Commented: (HARMONY-1894) [classlib][swing] j.s.JTreeTest hangs

    [ https://issues.apache.org/jira/browse/HARMONY-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471305 ] 

Alexei Zakharov commented on HARMONY-1894:
------------------------------------------

I am unable to reproduce the hang by myself. However, I've seen it in the alerts@harmony log - the last hang occured at January 29 (J9 on linux). The fix suggests to run all test methods from the event-dispatching thread that IMHO generally is the right thing to do. For example the same thing is recommended in [1]. In spite of the fact that I don't see any Swing component being "realized" in the JTreeTest's code IMHO it is still ok to apply this fix since it reduces the probability of hang at least theoretically.

[1] "Threads and Swing" article by Hans Muller and Kathy Walrath at http://java.sun.com/products/jfc/tsc/articles/threads/threads1.html

> [classlib][swing] j.s.JTreeTest hangs
> -------------------------------------
>
>                 Key: HARMONY-1894
>                 URL: https://issues.apache.org/jira/browse/HARMONY-1894
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey A. Ivanov
>         Assigned To: Alexei Zakharov
>         Attachments: H1894-JTreeTest.patch
>
>
> From time to time javax.swing.JTreeTest hangs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.