Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2050436 | 1.4.1 | Daniel Daugherty | P4 | Closed | Fixed | hopper |
After stepping over a couple of times, the debugger does not stop at breakpoints. Here are the steps to reproduce this:
-- Open attached Thread_0405.java file.
-- Set breakpoints where indicated and start debug.
-- At breakpoint, try to step thru'
(depending on thread scheduling, the debugger might stop at the
breakpoint in the 2nd run() method)
-- Continue stepping
-- expected : stop at breakpoints and print output at regular
intervals.
actual : after some time the debugger does not stop at breakpoints
and there is no output being printed out to console.
-- Open attached Thread_0405.java file.
-- Set breakpoints where indicated and start debug.
-- At breakpoint, try to step thru'
(depending on thread scheduling, the debugger might stop at the
breakpoint in the 2nd run() method)
-- Continue stepping
-- expected : stop at breakpoints and print output at regular
intervals.
actual : after some time the debugger does not stop at breakpoints
and there is no output being printed out to console.
- backported by
-
JDK-2050436 Step Over fails in a multi threaded debuggee
-
- Closed
-
- relates to
-
JDK-4482074 Some jtreg tests get timeouts on solaris with build 72
-
- Resolved
-
-
JDK-4359247 TTY: multi-threaded breakpoint issue
-
- Closed
-
-
JDK-4529930 JPDA backend deadlock under stress testing
-
- Closed
-