This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: wrong/strange exceptions
- From: Tom Tromey <tromey at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: GCC Java <java at gcc dot gnu dot org>
- Date: 05 Mar 2007 12:06:54 -0700
- Subject: Re: wrong/strange exceptions
- References: <45D87ABE.9090709@gmx.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
Marco> 1. But on Linux, I get:
Marco> ----- start -----
Marco> Exception in thread "main" java.lang.NullPointerException: TestException
Marco> at java.lang.reflect.Constructor.newInstance(natConstructor.cc:92)
That sure looks like a bug to me.
Marco> Comments to these three results? Especially case 3 seems to have done
Marco> something horribly wrong when pointing to
Marco> /usr/local/src/gcc/libjava/classpath/java/util/regex/PatternSyntaxException.java:130.
Yeah :-(
I don't know what to do with that PR though. I assume reverting the
patches is bad since, presumably, they fixed some other problem when
they went in.
Tom