From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19013 invoked by alias); 15 May 2009 18:41:13 -0000 Received: (qmail 19004 invoked by uid 22791); 15 May 2009 18:41:12 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from one.firstfloor.org (HELO one.firstfloor.org) (213.235.205.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 May 2009 18:41:06 +0000 Received: from basil.firstfloor.org (p5B3CB38B.dip0.t-ipconnect.de [91.60.179.139]) by one.firstfloor.org (Postfix) with ESMTP id 6E6101AB0002 for ; Fri, 15 May 2009 20:46:34 +0200 (CEST) Received: by basil.firstfloor.org (Postfix, from userid 1000) id 38EC01D0286; Fri, 15 May 2009 20:40:59 +0200 (CEST) Date: Fri, 15 May 2009 18:41:00 -0000 From: Andi Kleen To: gdb@sourceware.org Subject: record mode supposed to work on x86_64-linux? Message-ID: <20090515184058.GA7326@basil.nowhere.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) 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: 2009-05/txt/msg00091.txt.bz2 Hi, I was trying the new record/replay mode in CVS. Unfortunately it doesn't work for me on x86-64-linux. I always get SIGABRTs during execution. Is this supposed to work already? Thanks, -Andi GNU gdb (GDB) 6.8.50.20090515-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: ... (gdb) b main Breakpoint 1 at 0x400544: file tloop2.c, line 5. (gdb) run Starting program: /home2/andi/tsrc/tloop2 Breakpoint 1, main () at tloop2.c:5 5 for (i = 0; i < 10; i++) (gdb) record (gdb) n Process record: failed to record execution log. Program received signal SIGABRT, Aborted. main () at tloop2.c:5 5 for (i = 0; i < 10; i++) (gdb) Process record: failed to record execution log. Program received signal SIGABRT, Aborted. main () at tloop2.c:5 5 for (i = 0; i < 10; i++) (gdb) -- ak@linux.intel.com -- Speaking for myself only.