[Bug java/24698] [4.1/4.2 regression] SIGABRT when using ResourceBundle.getBundle with a nonexistant key

bero at arklinux dot org gcc-bugzilla@gcc.gnu.org
Fri Dec 16 13:22:00 GMT 2005



------- Comment #15 from bero at arklinux dot org  2005-12-16 13:22 -------
Created an attachment (id=10515)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10515&action=view)
Workaround patch

The problem is with implicit exception handling.

A slight modification to libjava (making the exception explicit) "fixes" it and
makes all the problematic code (including the full ecj) work.

Patch attached, but unless my understanding of Java exceptions is wrong (which
might be, given I'm a C/C++ programmer), this just hides the effects of the
real problem.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24698



More information about the Java-prs mailing list