From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5190 invoked by alias); 8 Dec 2013 15:03:43 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 5166 invoked by uid 48); 8 Dec 2013 15:03:42 -0000 From: "hjl.tools at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/16304] New: Process Record and Replay don't work on x86-64 perl Date: Sun, 08 Dec 2013 15:03:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 7.6 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q4/txt/msg00520.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16304 Bug ID: 16304 Summary: Process Record and Replay don't work on x86-64 perl Product: gdb Version: 7.6 Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Created attachment 7317 --> https://sourceware.org/bugzilla/attachment.cgi?id=7317&action=edit x86-64 perl compiled on Fedora/19 On perl compiled on Fedora 19/x86-64: [hjl@gnu-4 tmp]$ gdb perlbmk_peak.lto GNU gdb (GDB) Fedora 7.6.1-46.fc19 Copyright (C) 2013 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-redhat-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /export/home/hjl/tmp/perlbmk_peak.lto...done. (gdb) b main Breakpoint 1 at 0x402920: file unix_perlmain.c, line 24. (gdb) r Starting program: /export/home/hjl/tmp/perlbmk_peak.lto Breakpoint 1, main (argc=1, argv=0xffffd054, env=0xffffd05c) at unix_perlmain.c:24 24 unix_perlmain.c: No such file or directory. Missing separate debuginfos, use: debuginfo-install glibc-2.17-20.0.fc19.x32 (gdb) record (gdb) c Continuing. Process record: failed to record execution log. [process 12878] #1 stopped. 0xf7dea437 in _dl_fixup () from /libx32/ld-linux-x32.so.2 (gdb) -- You are receiving this mail because: You are on the CC list for the bug.