JDK-6245243 : CTE_REGTEST/Generic/4343272/MiniGnip.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_redhat_3.0
  • CPU: x86
  • Submitted: 2005-03-24
  • Updated: 2011-01-19
  • Resolved: 2005-07-20
Related Reports
Duplicate :  
Relates :  
Description
JDK        	    : Mustang b28
Platform[s]         : Fails On:  RHAS 4 amd64
Failing Test [s]    : CTE_REGTEST/Generic/4343272/MiniGnip.java

    Test source location:
    =====================
/net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4343272/MiniGnip.java

    jtr file location:
    ==================
/net/cady/export6/results/mustang/b28/reg/regression-cte-reg-rhas-amd64-2005-03-21-10-56-55-0341/workDir/CTE_REGTEST/Generic/4343272

    How to reproduce:
    ====================
    - Set JAVA_HOME to /net/koori/onestop/jdk/6.0/latest/binaries/linux-amd64
    - cd /net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4343272
    - /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/linux/bin/jtreg -r:/tmp -w:/tmp .

    Test output:
    =============
java.lang.RuntimeException: Failed
        at Test4343272.main(Test4343272.java:93)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
        at java.lang.Thread.run(Thread.java:595)

###@###.### 2005-03-24 00:26:55 GMT

Comments
EVALUATION It may well be a GC timing issue like 6240100. ###@###.### 2005-03-30 11:20:11 GMT An attached test brought me to the same results as the same test without dragndrop. The problem is not in dragndrop area. I investigate hprof output and found that the bug is a duplicate of 6257260 Memory leak on closing JFrame. If we fix the problem with XNetProtocol the test should pass. ###@###.### 2005-07-20 11:31:54 GMT
30-03-2005