public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/11657] New: C++ (and objc): Internal error on unqualified name re-set
@ 2010-06-02 14:25 jan dot kratochvil at redhat dot com
  2010-06-02 14:26 ` [Bug breakpoints/11657] " jan dot kratochvil at redhat dot com
  2010-06-02 14:33 ` jan dot kratochvil at redhat dot com
  0 siblings, 2 replies; 7+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2010-06-02 14:25 UTC (permalink / raw)
  To: gdb-prs

break C::C will create a pending breakpoint.
Later it gets resolved into both C::C() and C::C(int) which crashes GDB:
breakpoint.c:9641: internal-error: breakpoint_re_set_one: Assertion `sals.nelts
== 1' failed.

It is the same problem as existing:
FAIL: gdb.objc/objcdecode.exp: continue after break on multiply defined symbol
(GDB internal error)
but this testcase is not dependent on objc (only on C++).

static int
breakpoint_re_set_one (void *bint)
      if (!not_found)
        {
-->       gdb_assert (sals.nelts == 1);

-- 
           Summary: C++ (and objc): Internal error on unqualified name re-
                    set
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: jan dot kratochvil at redhat dot com
                CC: gdb-prs at sourceware dot org
OtherBugsDependingO 8535
             nThis:


http://sourceware.org/bugzilla/show_bug.cgi?id=11657

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-12-06 19:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11657-4717@http.sourceware.org/bugzilla/>
2011-08-17 15:35 ` [Bug breakpoints/11657] C++ (and objc): Internal error on unqualified name re-set tromey at redhat dot com
2011-08-17 15:58 ` tromey at redhat dot com
2011-08-17 16:11 ` tromey at redhat dot com
2011-12-06 19:03 ` cvs-commit at gcc dot gnu.org
2011-12-06 19:12 ` tromey at redhat dot com
2010-06-02 14:25 [Bug breakpoints/11657] New: " jan dot kratochvil at redhat dot com
2010-06-02 14:26 ` [Bug breakpoints/11657] " jan dot kratochvil at redhat dot com
2010-06-02 14:33 ` jan dot kratochvil at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).