1) jdb ptr1498
2) set bps at ptr1498$1:37 ptr1498$2:78
3) run
The bp at line 37 will be hit.
4) cont (repeatedly)
The bp at line 37 is repeatedly hit. Note that during this time, "main"
and "1" are the only threads present.
Eventually, jdb will report bps at line 37 (thread 1) and at line 78
(thread 2) being hit.
5) cont
and no further bps are reported. It appears that when the second thread
gets started and the bp at 78 is hit, things go south...
2) set bps at ptr1498$1:37 ptr1498$2:78
3) run
The bp at line 37 will be hit.
4) cont (repeatedly)
The bp at line 37 is repeatedly hit. Note that during this time, "main"
and "1" are the only threads present.
Eventually, jdb will report bps at line 37 (thread 1) and at line 78
(thread 2) being hit.
5) cont
and no further bps are reported. It appears that when the second thread
gets started and the bp at 78 is hit, things go south...
- relates to
-
JDK-4235063 JDWP: event/reply ordering does not necessarily reflect order of suspend/resume
-
- Closed
-
-
JDK-4422139 TTY: jdb sometimes loses current thread after hitting a breakpoint
-
- Closed
-
-
JDK-4619349 Step Over fails in a multi threaded debuggee
-
- Resolved
-
-
JDK-4511926 Can't call methods at all from jdb - not even this.toString()
-
- Closed
-