-
Bug
-
Resolution: Duplicate
-
P3
-
6, 7
-
generic, x86
-
generic, windows_2003
java/util/concurrent/FutureTask/BlockingTaskExecutor.java fails on windows-i586 with
the following error message:
----------System.out:(3/128)----------
....................................................................................................
Passed = 0, failed = 1
----------System.err:(23/1366)----------
java.lang.Error: Executor stuck
at BlockingTaskExecutor.test(BlockingTaskExecutor.java:75)
at BlockingTaskExecutor.realMain(BlockingTaskExecutor.java:43)
at BlockingTaskExecutor.main(BlockingTaskExecutor.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:674)
java.lang.AssertionError: Some tests failed
at BlockingTaskExecutor.main(BlockingTaskExecutor.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:674)
JavaTest Message: Test threw exception: java.lang.AssertionError: Some tests failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.AssertionError: Some tests failed
result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
test result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
Cannot reproduce with S:/jdk/re/7/promoted/all/b33/binaries/windows-i586
Update: somehow it reproduced with b33 too on 7th time.
So it seems to be quite intermittent.
the following error message:
----------System.out:(3/128)----------
....................................................................................................
Passed = 0, failed = 1
----------System.err:(23/1366)----------
java.lang.Error: Executor stuck
at BlockingTaskExecutor.test(BlockingTaskExecutor.java:75)
at BlockingTaskExecutor.realMain(BlockingTaskExecutor.java:43)
at BlockingTaskExecutor.main(BlockingTaskExecutor.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:674)
java.lang.AssertionError: Some tests failed
at BlockingTaskExecutor.main(BlockingTaskExecutor.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:674)
JavaTest Message: Test threw exception: java.lang.AssertionError: Some tests failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.AssertionError: Some tests failed
result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
test result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
Cannot reproduce with S:/jdk/re/7/promoted/all/b33/binaries/windows-i586
Update: somehow it reproduced with b33 too on 7th time.
So it seems to be quite intermittent.
- duplicates
-
JDK-6535709 interrupt of wait()ing thread isn't triggering InterruptedException - test intwait3
- Closed
- relates to
-
JDK-6498581 ThreadInterruptTest3 produces wrong output on Windows
- Closed
-
JDK-6712206 java/util/concurrent tests fail in Xcomp with assertion in HS13b02
- Closed