stack overflow & null pointer exceptions
Godmar Back
gback@cs.utah.edu
Wed Apr 21 09:31:00 GMT 1999
>> I don't see any of the garbage when compiling from .class, just
> "This is Perfect". I've absolutely no idea why this happens to
> you.
>> Try replacing
>> String x = yuck.toLowerCase();
>> with
>> throw new NullPointerException();
>> and tell me what happens.
>
Same thing, I'm seeing the same garbage.
That probably means it's not a problem with the exception handling
code at all.
gback@peerless [28](/x/gback/libgcj) > head ../libgcj-obj/config.status
#!/bin/sh
# This file was generated automatically by configure. Do not edit.
# This directory was configured as follows:
../libgcj/configure --host=i686-pc-linux-gnu --prefix=/opt/local --norecursion
# using "mt-frag"
gback@peerless [29](/x/gback/libgcj) > head ../egcs-obj/config.status
#!/bin/sh
# This file was generated automatically by configure. Do not edit.
# This directory was configured as follows:
../egcs/configure --with-gcc-version-trigger=/x/gback/egcs/gcc/version.c --host=i686-pc-linux-gnu --prefix=/opt/local --norecursion
# using "mt-frag"
- Godmar
More information about the Java
mailing list