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]

Re: gdb 5


>>>>> "Tony" == Tony Kimball <alk@pobox.com> writes:

Tony> I'm wondering if these behaviours are indicative of a bug is
Tony> .stabs, or if there's something tricky going on:

Tony> When I 'main print symbols' in gdb 5.0, it goes into an infinite
Tony> loop and segvs.  Here's where the output starts to loop:

What is going on is that we changed the class object to be a static
field in the class itself.  If you try to print this you'll get an
infinite loop.

We should teach gdb not to do this, but nobody has had the time (or
maybe inclination) yet :-(

Tom


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