This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Throwable stack trace printing again
Hi,
On Fri, 2002-08-16 at 19:05, Andrew Haley wrote:
> Tom Tromey writes:
> > >>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
> >
> > Mark> When everything else fails it will create a StackTraceElement
> > Mark> with the hexadecimal address (but you have to compile with
> > Mark> -Dgnu.gcj.runtime.remove_unknown=false to actually print them)
> [...]
> I just think this is unacceptable. The stack trace should always
> print something if it's possible to do so.
I figured the same thing when I tested it with different combinations of
missing or broken helper applications. The new patch that I submitted
makes sure that it always prints something useful.
Cheers,
Mark