This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
uncaught exceptions
- To: "Java at Gcc dot Gnu. Org" <java at gcc dot gnu dot org>, "Per Bothner" <per at bothner dot com>
- Subject: uncaught exceptions
- From: "Anthony Green" <green at redhat dot com>
- Date: Thu, 19 Jul 2001 08:36:08 -0700
Antonio's note reminded me of something I noticed recently. Did we lose
our mechanism for catching and printing uncaught exceptions with Per's
recent startup changes? I've noticed programs simply aborting instead of
printing nice stack traces.
AG