From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13437 invoked by alias); 13 Oct 2006 19:09:31 -0000 Received: (qmail 13428 invoked by uid 22791); 13 Oct 2006 19:09:30 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Oct 2006 19:09:28 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 9750127A20; Fri, 13 Oct 2006 12:09:26 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16937-01-7; Fri, 13 Oct 2006 12:09:25 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id AAEF727A19; Fri, 13 Oct 2006 12:09:25 -0700 (PDT) Received: from 192.168.92.75 ([192.168.92.75]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Fri, 13 Oct 2006 19:09:25 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 13 Oct 2006 12:09:24 -0700 Subject: Re: a question about rs6k's prologue analysis From: Michael Snyder To: Wu Zhou Cc: gdb@sourceware.org, Joel Brobecker , Ramana Radhakrishnan In-Reply-To: <452F125B.9040609@cn.ibm.com> References: <452CC397.5050304@cn.ibm.com> <1160563558.5061.15.camel@localhost.localdomain> <20061011135335.GB25745@nevyn.them.org> <20061011162208.GX1065@adacore.com> <452DBDA0.6070202@cn.ibm.com> <452F125B.9040609@cn.ibm.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 13 Oct 2006 19:09:00 -0000 Message-Id: <1160766564.14535.263.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00093.txt.bz2 On Fri, 2006-10-13 at 12:13 +0800, Wu Zhou wrote: > < ERROR: internal buffer is full. > < UNRESOLVED: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints > --- > > PASS: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints > > *** Patched gdb have an internal buffer full error, which make checkpoint.exp have a unresolved case. Could you run the checkpoint.exp test by itself, and post the relevant portion of the gdb.log file? > > 11453a11453 > > PASS: gdb.threads/schedlock.exp: other thread 0 didn't run > 11455d11454 > < PASS: gdb.threads/schedlock.exp: other thread 1 didn't run > 11472a11472 > > PASS: gdb.threads/schedlock.exp: other thread 0 didn't run (stepping) > 11474d11473 > < PASS: gdb.threads/schedlock.exp: other thread 1 didn't run (stepping) > > *** patched gdb has two PASSes which occur at different thread. Could you also run this test by itself and post the gdb.log?