This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RFC: stack trace generation
- From: Andrew Haley <aph at redhat dot com>
- To: Casey Marshall <csm at gnu dot org>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 16 Jul 2004 19:10:20 +0100
- Subject: RFC: stack trace generation
- References: <87u0w7de34.fsf@gnu.org>
Casey Marshall writes:
>
> Something I've been working on recently is finding a way to get a
> decent Java stack trace, complete with file and line number
> information, without using external processes (the problems with GCJ's
> Process implementation notwithstanding, the current method is too
> slow, and doesn't work on my target platform when a lot of the code is
> in shared libraries).
>
Bryce has been working on a patch for this for some time now. It's
different from what you have because it uses gcj's reflection data.
I'm pretty sure that this is the right way to go. However, there have
been a few problems with PLT entries.
Andrew.