This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Help using gij


Anthony Green wrote:

> Matt wrote:
> > It appears that the crash is due to an exception being thrown when the
> > properties file doesn't exist.
>
> I agree with Bryce.  There are a set of rules for mapping resource
> bundle requests to a sequence of filenames.  The code simply tries
> opening them in order until it finds a matching file.  Throwing the
> exception is normal.  I also think Bryce is right in that you've just
> hit a generic EH problem in the GCC snapshot you're using.
>
> The GCC I got out of cvs yesterday seemed to work ok.  Hmmm... did you
> remember to configure the compiler with --enable-threads?  This
> impacts exception handling.

I just tried todays gcc and I still see this problem.

Environment is Redhat 6.1 / kernel 2.2.12 or 2.3.26 / i686 SMP

gcc configured with:  ../configure --host=i686-pc-linux-gnu
--enable-threads=posix --prefix=/usr/local/gcc-2.96 --enable-languages=c++,java

libgcj configured with: ../configure --host=i686-pc-linux-gnu
--enable-threads=posix --enable-java-gc=boehm --prefix=/usr/local/gcc-2.96
--enable-fast-character --enable-interpreter

Apologies for the screwed up line wrapping on my previous message. Hopefully
this one will be ok ;-)

regards

  [ bryce ]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]