This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: segv in _Jv_MarkObj and line number wierdness
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 26 Mar 2002 17:29:26 -0700
- Subject: Re: segv in _Jv_MarkObj and line number wierdness
- References: <86it7ruhxj.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "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