From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26695 invoked by alias); 10 Mar 2009 16:45:06 -0000 Received: (qmail 26608 invoked by uid 22791); 10 Mar 2009 16:45:03 -0000 X-SWARE-Spam-Status: No, hits=1.6 required=5.0 tests=AWL,BAYES_00,BOTNET,RDNS_NONE X-Spam-Check-By: sourceware.org Received: from Unknown (HELO andromeda.onevision.de) (212.77.172.62) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Mar 2009 16:44:56 +0000 Received: from [192.168.5.120] (kgi05104.onevision.de [192.168.5.120]) by andromeda.onevision.de (8.14.2/8.12.9/ROSCH/DDB) with ESMTP id n2AGin6C026759; Tue, 10 Mar 2009 17:44:49 +0100 Message-ID: <49B69901.30103@onevision.de> Date: Tue, 10 Mar 2009 16:45:00 -0000 From: Roland Schwingel User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: ppluzhnikov@google.com CC: gdb Subject: Re: gdb_assert when resetting breakpoints Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00080.txt.bz2 Hi Paul, Thanks for your reply. Paul Pluzhnikov wrote on 10.03.2009 16:39:09: > On Tue, Mar 10, 2009 at 7:02 AM, Roland Schwingel > wrote: > > > When using current gdb cvs head sources I encounter a gdb_assert() in > > breakpoint.c line 7451. > > How current? It appears that this may have been fixed yesterday :-) > Could you check if this problem is still present in current source? Just verfied it. I am using the most recent code from CVS. In the meantime I have hacked myself the matching of sals entries and infos from breakpoint. It appears to work (for me). I am matching linenumber and filenames in case of more than one sals hit. The question for me is: Is this a good solution? I would prefer a fix from someone knowing gdb's code much better than me at any time... Roland