Hello,
I am using the 1.2-prev2 release on a RedHat 6.0 system.
When I try to debug something I always get
[peter@frodo projects]$ jdb -dbgtrace App1_1
Initializing jdb...
[debugger: starting child: /usr/local/jdk1.2/jre/bin/java -Xdebug
-Djava.compiler=NONE -Xbootclasspath/a:/usr/local/java/lib/tools.jar
sun.tools.agent.EmptyApp]
[Internal debugger error: Failed to exec a child java interpreter with
this command line: /usr/local/jdk1.2/jre/bin/java -Xdebug
-Djava.compiler=NONE -Xbootclasspath/a:/usr/local/java/lib/tools.jar
sun.tools.agent.EmptyApp]
Exception in thread "main" java.lang.InternalError
at sun.tools.debug.RemoteAgent.error(RemoteAgent.java:1409)
at sun.tools.debug.RemoteAgent.<init>(RemoteAgent.java:243)
at sun.tools.debug.RemoteDebugger.<init>(RemoteDebugger.java:63)
at sun.tools.ttydebug.TTY.<init>(TTY.java:1633)
at sun.tools.ttydebug.TTY.main(TTY.java:1809)
I have disabled the JIT commpiler and enabled green threads in the
environment.
Can anybody indicate where I should look to get the debugger working?
TIA,
Peter Tillemans
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]