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: segv in _Jv_MarkObj and line number wierdness


>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:

I didn't see a reply to this.

Adam> 1. Is it normal for gdb to report the line number from a source
Adam> file and the function name from a header when printing out the
Adam> source/line info for an inlined function?

In my experience, using gdb in the presence of inlining can be very
confusing.  I wouldn't be surprised at any strange occurrence.

Adam> 2. Any idea what's going wrong here, or where to start looking?

Not really.  There's some info in the boehm-gc directory about how to
debug the collector.

Tom


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