From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21533 invoked by alias); 21 Aug 2008 02:06:53 -0000 Received: (qmail 21352 invoked by uid 22791); 21 Aug 2008 02:06:51 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.191) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Aug 2008 02:06:17 +0000 Received: by ti-out-0910.google.com with SMTP id d10so449157tib.12 for ; Wed, 20 Aug 2008 19:06:14 -0700 (PDT) Received: by 10.110.46.3 with SMTP id t3mr840711tit.30.1219284374415; Wed, 20 Aug 2008 19:06:14 -0700 (PDT) Received: by 10.110.42.9 with HTTP; Wed, 20 Aug 2008 19:06:14 -0700 (PDT) Message-ID: Date: Thu, 21 Aug 2008 12:04:00 -0000 From: teawater To: gdb@sourceware.org Subject: About displaced-stepping function MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00236.txt.bz2 Hi guys, I used GDB cvs version to debug the KGDB and got a memory error. I found that "displaced-stepping" function cause this error. And when I use command "maintenance set can-use-displaced-stepping 0" close this function. Everything is OK. Did anyone meet this bug too? Thanks, teawater