Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2049245 | 1.4.1 | Daniel Daugherty | P4 | Closed | Fixed | hopper |
Name: dd4877 Date: 11/20/2001
daniel.daugherty@sun 2001-11-14
During recent stress testing for my most recent batch of bug fixes,
several MultiBreakpointsTest runs threw the following unexpected
exception:
FAILED: Exception occured in eventHandler: com.sun.jdi.InternalException: Unexpe
cted JDWP Error: 13
com.sun.jdi.InternalException: Unexpected JDWP Error: 13
at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:50)
at com.sun.tools.jdi.VirtualMachineImpl.resume(VirtualMachineImpl.java:4
14)
at com.sun.tools.jdi.EventSetImpl.resume(EventSetImpl.java:583)
at TestScaffold.eventSetComplete(TestScaffold.java:86)
at TestScaffold$EventHandler.run(TestScaffold.java:234)
at java.lang.Thread.run(Thread.java:539)
======================================================================
- backported by
-
JDK-2049245 SuspendChecker thread deadlock retry loses SuspendThread request
- Closed
- duplicates
-
JDK-4529931 JDWP reader thread vanished under stress
- Closed
- relates to
-
JDK-4529930 JPDA backend deadlock under stress testing
- Closed