From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2541 invoked by alias); 1 Jun 2003 09:20:55 -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 2147 invoked from network); 1 Jun 2003 09:20:43 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 1 Jun 2003 09:20:43 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h519KZrJ000354; Sun, 1 Jun 2003 11:20:35 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h519KZTi002882; Sun, 1 Jun 2003 11:20:35 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h519KZMQ002879; Sun, 1 Jun 2003 11:20:35 +0200 (CEST) Date: Sun, 01 Jun 2003 09:20:00 -0000 Message-Id: <200306010920.h519KZMQ002879@elgar.kettenis.dyndns.org> From: Mark Kettenis To: rth@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20030601074733.GA12207@redhat.com> (message from Richard Henderson on Sun, 1 Jun 2003 00:47:33 -0700) Subject: Re: dwarf2-frame clobbers memory References: <20030601033621.GA12145@redhat.com> <20030601074733.GA12207@redhat.com> X-SW-Source: 2003-06/txt/msg00012.txt.bz2 Date: Sun, 1 Jun 2003 00:47:33 -0700 From: Richard Henderson On Sat, May 31, 2003 at 08:36:21PM -0700, Richard Henderson wrote: > At the following traceback, memmove is overwriting the "help" > command, which results in a segv on the next command. Is this > enough to track down the problem? Nevermind, found it. Let us remember how pointer arithmetic works. ;-) Thanks! I went ahead and committed this. Mark