-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0, 1.4.1, 1.4.1_01
-
03
-
x86
-
solaris_2.5, windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2108776 | 5.0 | Dmitri Trembovetski | P2 | Resolved | Fixed | tiger |
JDK-2108775 | 1.4.2 | Dmitri Trembovetski | P2 | Resolved | Fixed | b16 |
Win 2000 SP2, JDK 1.4.1_01, S1S4u1 EE (also happens in
netBeans)
IDE either fails with assertion exception (and locks-up)
or simply locks-up.
1) Follow http://junit.netbeans.org/JUnit_tutorial.html
2) Open any of the ...Test classes
3) Create breakpoint
4) Debug root test class.
Voila!
Assertion exception is NOT written into ide.log and looks
like this:
"...
Time: 0.078
There was 1 failure:
1)testGreeting2(HelloWorldTest)
junit.framework.AssertioFailedException: expected:<Hello
world!> but was:<Good bye>
at HelloWorldTest.testGreeting2
(HelloWorldTest.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0
(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegationMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at org.netbeans.junit.NbTestCase.run
(NbTestCase.java:76)
at RootSuite.main(RootSuite.java:22)
FAILURES!!!
Tests run: 3, Failures: 1, Errors: 0"
IDE is responsive ~0.5 seconds after the execption appears, then locks up.
For JVM stacktrace see attachment.
netBeans)
IDE either fails with assertion exception (and locks-up)
or simply locks-up.
1) Follow http://junit.netbeans.org/JUnit_tutorial.html
2) Open any of the ...Test classes
3) Create breakpoint
4) Debug root test class.
Voila!
Assertion exception is NOT written into ide.log and looks
like this:
"...
Time: 0.078
There was 1 failure:
1)testGreeting2(HelloWorldTest)
junit.framework.AssertioFailedException: expected:<Hello
world!> but was:<Good bye>
at HelloWorldTest.testGreeting2
(HelloWorldTest.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0
(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegationMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at org.netbeans.junit.NbTestCase.run
(NbTestCase.java:76)
at RootSuite.main(RootSuite.java:22)
FAILURES!!!
Tests run: 3, Failures: 1, Errors: 0"
IDE is responsive ~0.5 seconds after the execption appears, then locks up.
For JVM stacktrace see attachment.
- backported by
-
JDK-2108775 Debugging test JUnit classes locks up IDE
-
- Resolved
-
-
JDK-2108776 Debugging test JUnit classes locks up IDE
-
- Resolved
-
- duplicates
-
JDK-4809173 java.awt.MediaTracker.waitForID() never returns
-
- Closed
-
-
JDK-4699667 MediaTracker.waitForID hangs (dual-processor box)
-
- Closed
-