From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14801 invoked by alias); 7 Mar 2008 08:16:31 -0000 Received: (qmail 14790 invoked by uid 22791); 7 Mar 2008 08:16:30 -0000 X-Spam-Check-By: sourceware.org Received: from mail.sunnorth.com.cn (HELO bjmsw01.sunnorth.com.cn) (124.42.0.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Mar 2008 08:16:13 +0000 Received: from maillog.sunnorth.com.cn (unverified [172.20.10.250]) by bjmsw01.sunnorth.com.cn (Clearswift SMTPRS 5.2.9) with ESMTP id ; Fri, 7 Mar 2008 16:16:11 +0800 Received: from ntns1cn.sunnorth.com.cn (ntns1cn.sunnorth.com.cn [172.20.10.252]) by maillog.sunnorth.com.cn (8.12.10/8.12.10) with ESMTP id m278W6Qn008399; Fri, 7 Mar 2008 16:32:07 +0800 In-Reply-To: <20080307062501.GA22901@caradoc.them.org> To: Daniel Jacobowitz Cc: gdb@sourceware.org Subject: Re: long_long.exp FAIL problem MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5 September 26, 2003 Message-ID: From: ligang@sunnorth.com.cn Date: Fri, 07 Mar 2008 08:56:00 -0000 Content-Type: text/plain; charset="US-ASCII" 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-03/txt/msg00086.txt.bz2 gdb-owner@sourceware.org wrote on 2008-03-07 14:25:01: > On Fri, Mar 07, 2008 at 11:10:09AM +0800, bjgnu@sunnorth.com.cn wrote: > > Hello, > > > > long_long.exp ERROR when running GDB testsuite. It always show "Process no > > longer exists". > > But, it is confused that this test pattern PASS sometimes and ERROR other > > times. > > The following is segment of testing sequence. > > > > p/f *(long long *)ll^M > > $65 = 3.5127005640885037e-303^M > > (gdb) PASS: gdb.base/long_long.exp: p/f *(long long *)ll > > p/c *(long long *)ll^M > > $66 = -17 'ERROR: Process no longer exists > > UNRESOLVED: gdb.base/long_long.exp: p/c *(long long *)ll > > That looks to me like GDB crashed. Check your ulimit, check for > core dumps in the testsuite directory. I confirm it is not GDB crash. Sometimes, this test pattern PASS, othertimes ERROR. I am confused. > -- > Daniel Jacobowitz > CodeSourcery