This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: where do stack traces get filled in?


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]