From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10409 invoked by alias); 14 Sep 2009 17:54:21 -0000 Received: (qmail 10393 invoked by uid 22791); 14 Sep 2009 17:54:20 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Sep 2009 17:54:17 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id n8EHsC8O017608; Mon, 14 Sep 2009 12:54:13 -0500 Received: from eusrcmw750.eamcs.ericsson.se ([138.85.77.50]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Mon, 14 Sep 2009 12:53:55 -0500 Received: from eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Mon, 14 Sep 2009 12:53:55 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.20]) by eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) with mapi; Mon, 14 Sep 2009 13:53:54 -0400 From: Marc Khouzam To: "'Pedro Alves'" , "'gdb@sourceware.org'" CC: "'Greg Law'" , "'Hui Zhu'" , "'Michael Snyder'" , "'gdb-patches ml'" Date: Mon, 14 Sep 2009 17:54:00 -0000 Subject: RE: PRecord sets memory even when it says it did not Message-ID: References: <4AAE7910.5040907@undo-software.com> <200909141849.57563.pedro@codesourcery.com> In-Reply-To: <200909141849.57563.pedro@codesourcery.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00425.txt.bz2 =20 > -----Original Message----- > From: Pedro Alves [mailto:pedro@codesourcery.com]=20 > Sent: Monday, September 14, 2009 1:50 PM > To: gdb@sourceware.org > Cc: Greg Law; Hui Zhu; Marc Khouzam; Michael Snyder; gdb-patches ml > Subject: Re: PRecord sets memory even when it says it did not >=20 > > Could this be related to the caching changes that have happened > > recently? i.e. does the cache get updated even though the=20 > underlying > > poke operation failed? If so, this issue would seem to be=20 > wider than > > just prec (and wider than reverse, too). >=20 > If so, then there's an easy way to find out: try again with > "set stack-cache off". >=20 Yes, that seems to fix everything.