From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80933 invoked by alias); 14 Aug 2016 21:31:05 -0000 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 Received: (qmail 80923 invoked by uid 89); 14 Aug 2016 21:31:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:gdb@sou, UD:2 X-HELO: mail-qk0-f180.google.com Received: from mail-qk0-f180.google.com (HELO mail-qk0-f180.google.com) (209.85.220.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 14 Aug 2016 21:31:03 +0000 Received: by mail-qk0-f180.google.com with SMTP id t7so29985456qkh.0 for ; Sun, 14 Aug 2016 14:31:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Uk8zC6mBiHyFNSd5AXDchd87zmlykgfW2UQVSQcMmAY=; b=bCIRdg86R1GncJ2hsrQeCnmNs7jvPkxTW/EmFDeUgcjfJeKJRwvV3xavxHUN9URJkh H5DEuakVuD0CSt+A3F7ZNxNtb4cneN5fBuWC3z1md4tUOZxYW8ezH7iTU18KieQfC+Kr UtQ8GPnw9vPT+/dVZf2JfEaklPbmntbVcaSF0QLZ+CPmdW7fmBhnQdpcZxn7e75eO1VV VrnrqkSsW2CHJ9xhKaQ/Oqw8uzRGzTuwnTkTNpHJ23FMVg3jwVeHLvmaYRTmawacsnEJ CIb0iLblcZBFo1ho/E6ZqjxEIkhlRQkbfDZCIUdEnU+8X3SUKkl14kbHwl935Y3u6jI8 N5tg== X-Gm-Message-State: AEkoousIp5+eONqCQEshvl+kH0tHxGm7wCtZuD/o5ljxuRvElFPk24cXsgzVgTwmtv24/AlG4giW3aIbUevjpg== X-Received: by 10.55.45.131 with SMTP id t125mr29939562qkh.179.1471210261267; Sun, 14 Aug 2016 14:31:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.27.148 with HTTP; Sun, 14 Aug 2016 14:30:30 -0700 (PDT) From: Philippe Proulx Date: Sun, 14 Aug 2016 21:31:00 -0000 Message-ID: Subject: Process record does not support instruction 0xc5 at address... To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-08/txt/msg00025.txt.bz2 Hello, Is there any known solution or workaround for this problem when using the GDB `record` command: Process record does not support instruction 0xc5 at address 0x7ffff7dee8a7. Process record: failed to record execution log. Program stopped. 0x00007ffff7dee8a7 in _dl_runtime_resolve_avx () from /lib64/ld-linux-x86-64.so.2 Thank you, Philippe Proulx