Can't get Throwable.printStackTrace when statically linked

Anthony Green green@redhat.com
Fri Nov 22 11:50:00 GMT 2002


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




More information about the Java mailing list