-
Bug
-
Resolution: Fixed
-
P2
-
1.3.0, 1.3.1
-
rc2
-
x86
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2036874 | 1.4.0 | Daniel Daugherty | P2 | Closed | Fixed | beta |
Name: tb29552 Date: 09/08/2000
java version "1.3.0beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta_refresh-b09)
Java HotSpot(TM) Client VM (build 1.3.0beta-b07, mixed mode)
Start the java debugger with the command: jdb <java class file> <command line>.
It loads and prints:
Initializing jdb...
*** Reading commands from /home/kpratt/.jdbrc
> *** Reading commands from /home/kpratt/.jdbrc
> >
Now, I type 'run' and get:
run <java class file and command line I supplied above>
VM Started:
>
I type 'threads' and the debugger hangs. Also, the java class file being
debugged does not seem to actually run. Print statements that work when run
with the java command do not work when run under the jdb.
(Review ID: 107920)
======================================================================
al.smith@eng 2001-04-10
Regression tests:
com/sun/jdi/FilterMatch.java
com/sun/jdi/FilterNoMatch.java
are failing with Ladybird build 19 on Linux 6.2 host d-ucup02-123-253
Most of the time they fail. However, these tests will intermittently
pass. Note: This test does not have a timeout value specified and uses
the default of 2 minutes provided by jtreg.
See Bug # 4427363
al.smith@eng 2001-04-26
Verified in Merlin b61 and Ladybird b23
java version "1.3.0beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta_refresh-b09)
Java HotSpot(TM) Client VM (build 1.3.0beta-b07, mixed mode)
Start the java debugger with the command: jdb <java class file> <command line>.
It loads and prints:
Initializing jdb...
*** Reading commands from /home/kpratt/.jdbrc
> *** Reading commands from /home/kpratt/.jdbrc
> >
Now, I type 'run' and get:
run <java class file and command line I supplied above>
VM Started:
>
I type 'threads' and the debugger hangs. Also, the java class file being
debugged does not seem to actually run. Print statements that work when run
with the java command do not work when run under the jdb.
(Review ID: 107920)
======================================================================
al.smith@eng 2001-04-10
Regression tests:
com/sun/jdi/FilterMatch.java
com/sun/jdi/FilterNoMatch.java
are failing with Ladybird build 19 on Linux 6.2 host d-ucup02-123-253
Most of the time they fail. However, these tests will intermittently
pass. Note: This test does not have a timeout value specified and uses
the default of 2 minutes provided by jtreg.
See Bug # 4427363
al.smith@eng 2001-04-26
Verified in Merlin b61 and Ladybird b23
- backported by
-
JDK-2036874 jdb does not work on Linux platform.
- Closed
- duplicates
-
JDK-4407265 jdb HelloWorld hangs on Linux RH6.2
- Closed
-
JDK-4427363 Linux: Reg-test FilterMatch.java Failing
- Closed
-
JDK-4409589 JDB: Debugger is frozen.
- Closed
- relates to
-
JDK-4413752 Linux: suspended thread blocks raw ObjectMonitor entry
- Closed