The SINGAL 11 is the key. The VM appears to have taken a
segmentation fault while it was trying to handle the error.
Seeing that you are running 1.3.1rc2, I just want to verify that you
aren't using LD_ASSUME_KERNEL=2.2.5 anymore.
I would report this to Sun.
-John
On Monday May 14, 2001, T
Hello.
When I run the attached code, I often (as often as 50%) get the
following, which I've never seen before:
[treaves@double BoxMaintenance]$ java TestString
String == rkmmDBV6
String length == 8
Another exception has been detected while we were handling l
I experienced the same problem with jdb and I found that it was a problem of jdb
on linux. I tried oldjdb and it works fine for me. I believe that oldjdb does
not work with awt classes.
Joaquin
On Mon, May 14, 2001 at 05:11:53PM +0530, Amol Kulkarni wrote:
> Hi,
> After doing a lot of research,
Hi,
After doing a lot of research, i think i just found a way to start
debugging java code on redhatlinux7.0. But still i cant run it properly.
I do this,
java -Xdebug -Djava.compiler=NONE
-Xbootclasspath/a:/vol03/jdk1.2.2/lib/tools.jar:/vol03/jdk1.2.2/jre/lib/rt.jar
-Xrunjdwp:transport=dt_socket
Hi,
I've not found this problem in the archives and in the FAQ as well as the
RedHat support database. If I'm missing something and this has been answered
before, please forgive me. I'm currently using RedHat-7.0, with jdk 1.3.0.
The problem is I can't type a lot of characters like an asterisk (*
Hi,
I am unable to find a proper jdb to debug java programs. I tried with
jdb in jdk1.2.2 of blackdown. But it hungs after giving run command.
Does anybody know of a proper working jdb or any thing by which i can
debug java programs. I tried System.out.println(), but that
that dosent suffice my ne