From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4098 invoked by alias); 2 Aug 2003 00:19:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4090 invoked from network); 2 Aug 2003 00:19:34 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 2 Aug 2003 00:19:34 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8899A2B7F; Fri, 1 Aug 2003 20:19:28 -0400 (EDT) Message-ID: <3F2B0390.3040508@redhat.com> Date: Sat, 02 Aug 2003 00:19:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: [Bug#203553: gdb: Assertion fails on -data-list-changed-registers] References: <20030730220603.GA16187@nevyn.them.org> <20030801165231.GA25123@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00025.txt.bz2 > On Wed, Jul 30, 2003 at 06:06:03PM -0400, Daniel Jacobowitz wrote: > >> Huh, we can't even print out the error message correctly, apparently. > > > By the way, the garbled error message was present on the 6.0 branch on > 6/29, but is gone as of 8/1. Don't know what caused that. This? 2003-06-30 Andreas Schwab * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to format error message. 2003-06-26 Andrew Cagney * utils.c (internal_vproblem): Print the problem to a reason buffer and then pass to query. Make the msg variable more local. Turned out my compiler didn't detect the typo, but Andreas's compiler did. Andrew