Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2031548 | 1.4.0 | Daniel Daugherty | P4 | Resolved | Fixed | beta |
JDK-2031547 | 1.3.1 | Daniel Daugherty | P4 | Resolved | Fixed | 1.3.1 |
This bug is more easily duplicated using HotSpot but it can (less often) be
reproduced using Classic VM.
To duplicate use the test case from 4304181. When a breakpoint occurs on
the thread that has stopped using the deprecated Thread.step hit 'step' and
the VM will crash in stepControl_beginStep (stepControl.c) when assigning
step->granularity.
This crash is due to an un-initialized variable in
threadControl_getStepRequest (See suggested fix for details).
- backported by
-
JDK-2031547 JDWP: 'step' command where current thread has exited crashes debuggee
-
- Resolved
-
-
JDK-2031548 JDWP: 'step' command where current thread has exited crashes debuggee
-
- Resolved
-
- duplicates
-
JDK-4313774 JDWP: Crash when disabling stepping on a zombie thread
-
- Closed
-
- relates to
-
JDK-4304181 Thread not found when ThreadDeath (uncaught) exception occurs
-
- Closed
-
-
JDK-4308498 JDWP: 'step' command on thread exits leads to "Invalid delete of global JNI ref
-
- Closed
-