From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2754 invoked by alias); 21 Nov 2004 10:36:31 -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 2738 invoked from network); 21 Nov 2004 10:36:27 -0000 Received: from unknown (HELO webmail.streamline-computing.com) (82.133.39.164) by sourceware.org with SMTP; 21 Nov 2004 10:36:27 -0000 Received: from amavis by webmail.streamline-computing.com with scanned-ok (Exim 3.35 #1 (Debian)) id 1CVp6N-0003Sl-00; Sun, 21 Nov 2004 10:37:51 +0000 Received: from webmail.streamline-computing.com ([127.0.0.1]) by localhost (webmail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21120-01; Sun, 21 Nov 2004 10:37:46 +0000 (GMT) Received: from [80.6.111.91] (helo=[80.6.111.91]) by webmail.streamline-computing.com with asmtp (Exim 3.35 #1 (Debian)) id 1CVp6F-0003Sd-00; Sun, 21 Nov 2004 10:37:43 +0000 Subject: Re: [PATCH] Seg fault whilst stepping when watch set [ping!] [in breakpoint.c] From: David Lecomber To: Daniel Jacobowitz Cc: Eli Zaretskii , patches In-Reply-To: <20041121064940.GB909@nevyn.them.org> References: <01c4cef8$Blat.v2.2.2$3fd12960@zahav.net.il> <1100996751.22991.39.camel@cpc2-oxfd5-5-0-cust91.oxfd.cable.ntl.com> <01c4cf89$Blat.v2.2.2$616cb580@zahav.net.il> <20041121064940.GB909@nevyn.them.org> Content-Type: text/plain Message-Id: <1101033470.22991.41.camel@cpc2-oxfd5-5-0-cust91.oxfd.cable.ntl.com> Mime-Version: 1.0 Date: Sun, 21 Nov 2004 10:36:00 -0000 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Scanned by Amavis on Capitan at streamline-computing.com X-SW-Source: 2004-11/txt/msg00428.txt.bz2 > > > (gdb) watch i > > > During symbol reading, incomplete CFI data; unspecified registers (e.g., > > > eax) at 0x804bc35. > > I think this should be fixed in HEAD, as of now; if not, we'll have to > look at it again. Andrew checked in a patch for this recently. Still happens with a fresh CVS from one minute ago.. d.