From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Cogen To: dan@cgsoftware.com Cc: dan@cgsoftware.com, kettenis@wins.uva.nl, gdb@sourceware.cygnus.com, cogen@poblano Subject: Re: gdb seg violation during print command Date: Fri, 05 May 2000 13:16:00 -0000 Message-id: <200005052013.QAA23447@ll.mit.edu> References: <66st9c39.fsf@dynamic-addr-88-42.resnet.rochester.edu> X-SW-Source: 2000-05/msg00033.html > If C++ is your main language, i would suggest using the 5.0 branch until > 5.0 is released (we are in release mode, have been for a few weeks. So 5.0 > is quite stable). I just downloaded, built, and tried GNU gdb 20000503. Now when I do print tteesstt11(1) I no longer get the seg violation in gdb. :) But now the other problem surfaces: "Cannot resolve function tteesstt11 to any overloaded instance." Apparently this problem was not related to class member functions (as I implied earlier) but is an inability to evaluate any call to a C++ function, even globals. I also tried print ::tteesstt11(1); same error. :( Any idea what this might mean? Should I write this up as a detailed bug report? -- DavidC