From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 786 invoked by alias); 2 Jun 2010 14:25:33 -0000 Received: (qmail 752 invoked by uid 48); 2 Jun 2010 14:25:33 -0000 Date: Wed, 02 Jun 2010 14:25:00 -0000 From: "jan dot kratochvil at redhat dot com" To: gdb-prs@sourceware.org Message-ID: <20100602142532.11657.jan.kratochvil@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug breakpoints/11657] New: C++ (and objc): Internal error on unqualified name re-set X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00344.txt.bz2 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.