Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176942 | 7 | Erik Trimble | P3 | Closed | Fixed | b14 |
JDK-2171881 | 6u4 | Abhijit Saha | P3 | Resolved | Fixed | b03 |
Here are the steps to reproduce the issue. Please see the attached testcase:
1. Run the program:
java -agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=n
BreakpointBugTest
2. Attach a debugger in parallel:
jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000
3. Wait some seconds in the debugger
4. Set a breakpoint in line 21 (the one starting ' int index = ...')
stop at BreakpointBugTest$Runner:21
5. Now the VM chrashes.
cheers,
Matthias
1. Run the program:
java -agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=n
BreakpointBugTest
2. Attach a debugger in parallel:
jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000
3. Wait some seconds in the debugger
4. Set a breakpoint in line 21 (the one starting ' int index = ...')
stop at BreakpointBugTest$Runner:21
5. Now the VM chrashes.
cheers,
Matthias
- backported by
-
JDK-2171881 Setting breakpoint in jdb crashes Hotspot JVM
-
- Resolved
-
-
JDK-2176942 Setting breakpoint in jdb crashes Hotspot JVM
-
- Closed
-
- duplicates
-
JDK-6538464 Crash in BufferBlob::Interpreter when BreakpointRequest is used
-
- Closed
-