This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/24698] [4.1/4.2 regression] SIGABRT when using ResourceBundle.getBundle with a nonexistant key
- From: "bero at arklinux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 8 Jan 2006 21:50:39 -0000
- Subject: [Bug java/24698] [4.1/4.2 regression] SIGABRT when using ResourceBundle.getBundle with a nonexistant key
- References: <bug-24698-5606@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #17 from bero at arklinux dot org 2006-01-08 21:50 -------
Might be my {C,CXX}FLAGS...
I can reproduce this on Linux 2.6.15, glibc 2.3.6, binutils 2.16.91.0.4, gcc
4.1 branch (SVN Revision 108760) with
--enable-fast-install --enable-libstdcxx-pch --enable-__cxa_atexit --enable-c99
--enable-wchar_t --enable-tls --enable-cxx-flags="-O2 -march=i586 -mcpu=i686
-fomit-frame-pointer -fweb -frename-registers" --with-system-zlib
--enable-java-awt=gtk --enable-interpreter --enable-hash-synchronization
--enable-languages=c,cxx,java,ada,fortran,objc
I'll try with some of those disabled.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24698