You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2006/12/19 18:11:23 UTC

[jira] Commented: (HARMONY-2187) [classlib][awt] VM loops indefinitely after executing the test.

    [ http://issues.apache.org/jira/browse/HARMONY-2187?page=comments#action_12459699 ] 
            
Pavel Pervov commented on HARMONY-2187:
---------------------------------------

Much simpler reproducer is as follows:

import javax.swing.*; 

public class Test {
  public static void main(String[] args) {
    System.out.println("Start test");
    JScrollBar pn = new JScrollBar();
    System.out.println("Finish test");
  }
}


> [classlib][awt] VM loops indefinitely after executing the test.
> ---------------------------------------------------------------
>
>                 Key: HARMONY-2187
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2187
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Pavel Pervov
>         Attachments: TestLoadBCP.java
>
>
> The attached test illustrates the situation.
> The test loads ALL classes it finds in sun.boot.class.path jars.
> Two threads loops indefinitely after executing the test
>     at org/apache/harmony/awt/nativebridge/windows/Win32.GetMessageW(JJII)I
>     at org/apache/harmony/awt/nativebridge/windows/Win32.GetMessageW(Lorg/apache/harmony/awt/nativebridge/windows/Win32$MSG;JII)I
>     at org/apache/harmony/awt/datatransfer/windows/WinDTK.runEventLoop()V
>     at org/apache/harmony/awt/datatransfer/DataTransferThread.run()V
>     at java/lang/Thread.runImpl()V

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira