This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: Can't get Throwable.printStackTrace when statically linked


On Fri, 2002-11-22 at 10:16, Scott Gilbertson wrote:
> UnicodeToBytes.getDefaultEncoder has a try/catch that should have caught the
> classloader failure, resulting in "return new Output_8859_1();", so why did
> the program abort?

This typically means that the unwinder failed.  I usually see this
happen when we unwind through C code that wasn't compiled with
-fexceptions.  Perhaps the static C library wasn't built with exception
info.

AG



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