From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12112 invoked by alias); 1 May 2005 23:24:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12059 invoked from network); 1 May 2005 23:24:00 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 1 May 2005 23:24:00 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DSNn0-000197-GM; Sun, 01 May 2005 19:23:54 -0400 Date: Sun, 01 May 2005 23:24:00 -0000 From: Daniel Jacobowitz To: josef ezra Cc: gdb-patches@sources.redhat.com Subject: Re: bug when stringify more then one tracepoint (one line patch) Message-ID: <20050501232354.GA4311@nevyn.them.org> Mail-Followup-To: josef ezra , gdb-patches@sources.redhat.com References: <4224CB60.1060607@emc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4224CB60.1060607@emc.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00028.txt.bz2 On Tue, Mar 01, 2005 at 03:06:56PM -0500, josef ezra wrote: > > Hello > > In this code, since "count" accumulates the length of tracepoints > bytecode, adding it to "end" caused gaps of arbitrary data at the buffer. > > > 2005-03-01 Josef Ezra > * tracepoint.c (stringify_collection_list): Correcting position of next > tracepoint to stringify at buffer. Hi Josef, Thanks for the patch. It looks correct to me; but could you describe how to trigger this bug? -- Daniel Jacobowitz CodeSourcery, LLC