where do stack traces get filled in?
Richard Henderson
rth@redhat.com
Thu Dec 13 13:57:00 GMT 2001
On Thu, Dec 13, 2001 at 01:10:10PM -0800, Boehm, Hans wrote:
> I'm not sure whether this will be done in a 3.1 timeframe. (I'm personally
> also a little concerned about doing this to close before a release.) But
> David (and Richard?) should definitely be involved in any discussions along
> these lines.
It's already possible to collect backtrace data during the phase1
unwind process. We're just not doing it. See my comments in
__gcj_personality_v0:
// FIXME: In Phase 1, record _Unwind_GetIP in xh->obj as a part of
// the stack trace for this exception. This will only collect Java
// frames, but perhaps that is acceptable.
r~
More information about the Java
mailing list