From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18560 invoked by alias); 7 Dec 2001 19:01:09 -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 18480 invoked from network); 7 Dec 2001 19:01:01 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 7 Dec 2001 19:01:01 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 680CB3D60; Fri, 7 Dec 2001 14:00:56 -0500 (EST) Message-ID: <3C1111E7.5000904@cygnus.com> Date: Fri, 07 Dec 2001 11:01:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Jim Ingham Cc: GDB Patches Subject: Re: Bug with lists in tables in ui-out.c References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00204.txt.bz2 > Sounds fine. If you are going to check this in, will you check the doc > patch too? Thanks. Hmm, I think there is another thinko bug lurking. I suspect the current->field_count needs to be updated as part of consuming the header. If you don't and the table has a tuple/list followed by as simple field then the simple field would find a field nr mismatch. Andrew