Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6395350

Exchanger.exchange hangs unexpectedly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 6
    • core-libs
    • b51
    • 6
    • sparc
    • solaris_9

      JDK : Fails: Mustang b71
                            Passes: Mustang b70
      Platform[s] : Fails On: Solaris sparc 9
      Failing Test [s] : javax/swing/SwingWorker/4681682/SwingWorkerTest.java


          Test source location:
          =====================
      /net/cady/export/jdk1.6.0/promoted/all/b71/ws/j2se/test/javax/swing/SwingWorker/4681682/SwingWorkerTest.java

          jtr file location:
          ==================
      /net/cady/export6/results/mustang/b74/reg/regression-reg-sparc9-2006-03-03-16-14-37-0222/workDir/javax/swing/SwingWorker/4681682/SwingWorkerTest.jtr

          How to reproduce:
          ====================
          - Set JAVA_HOME to Mustang b74 solaris-sparc
          - cd /net/cady/export/jdk1.6.0/promoted/all/b74/ws/j2se/test/javax/swing/SwingWorker/4681682
          - /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/solaris/bin/jtreg -r:/tmp -w:/tmp ./SwingWorkerTest.java

          Test output:
          =============
      java.lang.RuntimeException: 3 tests failed.
      testDone:
      java.util.concurrent.TimeoutException
              at java.util.concurrent.Exchanger.doExchange(Exchanger.java:201)
              at java.util.concurrent.Exchanger.exchange(Exchanger.java:381)
              at SwingWorkerTest.testDone(SwingWorkerTest.java:107)
              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:589)
              at TestCase.runTest(TestCase.java:80)
              at TestCase.runAllTests(TestCase.java:53)
              at SwingWorkerTest.main(SwingWorkerTest.java:22)
              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:589)
              at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
              at java.lang.Thread.run(Thread.java:626)
      testPropertyChange:
      java.util.concurrent.TimeoutException
              at java.util.concurrent.Exchanger.doExchange(Exchanger.java:201)
              at java.util.concurrent.Exchanger.exchange(Exchanger.java:381)
              at SwingWorkerTest.testPropertyChange(SwingWorkerTest.java:139)
              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:589)
              at TestCase.runTest(TestCase.java:80)
              at TestCase.runAllTests(TestCase.java:53)
              at SwingWorkerTest.main(SwingWorkerTest.java:22)
              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:589)
              at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
              at java.lang.Thread.run(Thread.java:626)
      testWorkFlow:
      java.util.concurrent.TimeoutException
              at java.util.concurrent.Exchanger.doExchange(Exchanger.java:201)
              at java.util.concurrent.Exchanger.exchange(Exchanger.java:381)
              at SwingWorkerTest.testWorkFlow(SwingWorkerTest.java:180)
              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:589)
              at TestCase.runTest(TestCase.java:80)
              at TestCase.runAllTests(TestCase.java:53)
              at SwingWorkerTest.main(SwingWorkerTest.java:22)
              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:589)
              at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
              at java.lang.Thread.run(Thread.java:626)

              at TestCase.runAllTests(TestCase.java:69)
              at SwingWorkerTest.main(SwingWorkerTest.java:22)
              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:589)
              at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
              at java.lang.Thread.run(Thread.java:626)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: 3 tests failed.
      testDone:
      java.util.concurrent.TimeoutException
              at java.util.concurrent.Exchanger.doExchange(Exchanger.java:201)
              at java.util.concurrent.Exchanger.exchange(Exchanger.java:381)
              at SwingWorkerTest.testDone(SwingWorkerTest.java:107)
              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:589)
              at TestCase.runTest(TestCase.java:80)
              at TestCase.runAllTests(TestCase.java:53)
              at SwingWorkerTest.main(SwingWorkerTest.java:22)
              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:589)
              at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
              at java.lang.Thread.run(Thread.java:626)
      testPropertyChange:
      java.util.concurrent.TimeoutException
              at java.util.concurrent.Exchanger.doExchange(Exchanger.java:201)
              at java.util.concurrent.Exchanger.exchange(Exchanger.java:381)
              at SwingWorkerTest.testPropertyChange(SwingWorkerTest.java:139)
              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:589)
              at TestCase.runTest(TestCase.java:80)
              at TestCase.runAllTests(TestCase.java:53)
              at SwingWorkerTest.main(SwingWorkerTest.java:22)
              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:589)
              at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
              at java.lang.Thread.run(Thread.java:626)
      testWorkFlow:
      java.util.concurrent.TimeoutException
              at java.util.concurrent.Exchanger.doExchange(Exchanger.java:201)
              at java.util.concurrent.Exchanger.exchange(Exchanger.java:381)
              at SwingWorkerTest.testWorkFlow(SwingWorkerTest.java:180)
              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:589)
              at TestCase.runTest(TestCase.java:80)
              at TestCase.runAllTests(TestCase.java:53)
              at SwingWorkerTest.main(SwingWorkerTest.java:22)
              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:589)
              at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
              at java.lang.Thread.run(Thread.java:626)



          Test Machine:
          ============
      SunOS parislv 5.9 Generic_117171-07 sun4u sparc SUNW,Ultra-60
                              Solaris 9 9/04 s9s_u7wos_09 SPARC
                 Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
                              Use is subject to license terms.
                                   Assembled 29 June 2004

            martin Martin Buchholz
            jaleesunw James Lee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: