From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20898 invoked by alias); 13 Jan 2007 14:09:53 -0000 Received: (qmail 20884 invoked by uid 22791); 13 Jan 2007 14:09:51 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 13 Jan 2007 14:09:46 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-11-156.inter.net.il [80.230.11.156]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GUS65930 (AUTH halo1); Sat, 13 Jan 2007 16:09:36 +0200 (IST) Date: Sat, 13 Jan 2007 14:09:00 -0000 Message-Id: From: Eli Zaretskii To: gdb@sourceware.org Subject: bigcore.exp on 64-bit systems Reply-to: Eli Zaretskii 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: 2007-01/txt/msg00225.txt.bz2 I'm trying to run the testsuite on a 64-bit machine that identifies itself thusly: Linux fencepost 2.6.16.29-xen #1 SMP Wed Dec 6 07:32:36 EST 2006 x86_64 GNU/Linux On this machine, bigcore.exp is a pest: it runs for a very long time, produces a humongous core file (so large that I expect the sysadmins to send me angry emails), and eventually fails (or so it seems). Here's what gdb.sum says about it: Running ../.././gdb/testsuite/gdb.base/bigcore.exp ... PASS: gdb.base/bigcore.exp: set print sevenbit-strings; bigcore PASS: gdb.base/bigcore.exp: set width 0; bigcore PASS: gdb.base/bigcore.exp: tbreak 264 PASS: gdb.base/bigcore.exp: continue PASS: gdb.base/bigcore.exp: next PASS: gdb.base/bigcore.exp: extract next heap (stop at 50) PASS: gdb.base/bigcore.exp: extract prev heap (stop at 50) PASS: gdb.base/bigcore.exp: save heap size PASS: gdb.base/bigcore.exp: grab pid FAIL: gdb.base/bigcore.exp: signal SIGABRT (timeout) FAIL: gdb.base/bigcore.exp: check core size (timeout) UNTESTED: gdb.base/bigcore.exp: check core size (system does not support large corefiles) Is this normal? What is the meaning of SIGABRT (timeout), and what, if anything, should I do about the last line? TIA