This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
where do stack traces get filled in?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 13 Dec 2001 00:38:02 -0500
- Subject: where do stack traces get filled in?
- Organization: Myself
I see Throwable.stackTrace, but it never gets created in
Throwable.java or natThrowable.cc...
BTW, that's really bizzarre how printStackTrace spawns a process to
run c++filt...
Also, is SJLJ the only exception style that gcc supports on win32?
- a