Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2034117 | 1.3.0 | Daniel Daugherty | P2 | Resolved | Fixed | sol-beta2 |
4278333 & 4331369 & 4326260 & 4294585 & 4303298
This may just be another dup but I am submitting it because it has
the additional property of crashing the VM.
Test program:
---- cut here ---
public class BPTest {
public static void main(String[] args) {
for(int i=0; i < 100; i++){
System.out.println("i = " + i);
BPTest Instance = new BPTest(); // add breakpoint here !!
}
}
}
---- cut here ---
The run (on Merlin/Solaris):
% jdb BPTest
Initializing jdb...
> stop at BPTest:5
Deferring breakpoint BPTest:5.
It will be set after the class is loaded.
> run
run BPTest
Java HotSpot(TM) Client VM warning: Setting of property "java.compiler" is ignored
>
VM Started: Set deferred breakpoint BPTest:5
i = 0
Breakpoint hit: thread="main", BPTest.main(), line=5, bci=30
5 ErrorTest Instance = new ErrorTest(); // add breakpoint here !!
main[1] resume
All threads resumed.
>
Breakpoint hit: thread="main", BPTest.main(), line=5, bci=30
5 ErrorTest Instance = new ErrorTest(); // add breakpoint here !!
main[1] resume
All threads resumed.
> #
# HotSpot Virtual Machine Error, Unexpected Signal 11
#
# Error ID: 4F533F534F4C415249530E43505007CA 01
#
The application has been disconnected
%
- backported by
-
JDK-2034117 crash (sig 11) on second invocation of a breakpoint
- Resolved
- duplicates
-
JDK-4338501 "fast breakpoints" are broken
- Closed
-
JDK-4252694 Solaris Hotspot VM ignores breakpoints on java.lang.Thread.resume
- Closed
- relates to
-
JDK-4293376 JDB is too slow on kestrel-beta
- Resolved
-
JDK-4278333 Regression test com/sun/jdi/StepTest.java Failing
- Closed
-
JDK-4303298 Duplicate breakpoint reporting in JVMDI causes wrong JDI counted bp behavior
- Closed
-
JDK-4326260 JDB runs incorrectly under the Hotspot VM
- Closed
-
JDK-4331369 jdb: it needs to call 'step' twice to step from brkpoint in main
- Closed
-
JDK-4506433 Tools vendors: debugging is too slow
- Closed
-
JDK-4294585 HotSpot 1.3fcs-P generates unexpected JVMDI_EVENT_BREAKPOINT events on Solaris
- Closed