This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Help using gij
- To: Anthony Green <green at cygnus dot com>
- Subject: Re: Help using gij
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Tue, 09 Nov 1999 00:01:16 +1300
- CC: mdw at cs dot berkeley dot edu, java-discuss at sourceware dot cygnus dot com, krab at daimi dot au dot dk
- References: <199911080845.AAA09266@fencer.cygnus.com>
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 ]