From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93604 invoked by alias); 8 Oct 2017 09:23:43 -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 93588 invoked by uid 89); 8 Oct 2017 09:23:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy==a8=e5=a7, 11310380, ZHANG=c2, Yushan?= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 08 Oct 2017 09:23:40 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2FC5985541; Sun, 8 Oct 2017 09:23:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2FC5985541 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jan.kratochvil@redhat.com Received: from host1.jankratochvil.net (ovpn-116-226.ams2.redhat.com [10.36.116.226]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 673E660CA7; Sun, 8 Oct 2017 09:23:38 +0000 (UTC) Date: Sun, 08 Oct 2017 09:23:00 -0000 From: Jan Kratochvil To: =?utf-8?B?5byg6Zuo5aeXKFpIQU5HwqBZdXNoYW4pLTExMzEwMzgw?= Cc: gdb Subject: Re: Question on process record feature Message-ID: <20171008092335.GA13127@host1.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-SW-Source: 2017-10/txt/msg00019.txt.bz2 On Sun, 08 Oct 2017 11:00:43 +0200, 张雨姗(ZHANG Yushan)-11310380 wrote: > But actually what happens to me is the program stops after the first > "continue" command, >From the attached screenshot it is: i386 record: Missing AVX https://sourceware.org/bugzilla/show_bug.cgi?id=17346 Some workaround is provided in a Bug referenced there: https://bugzilla.redhat.com/show_bug.cgi?id=1450992#c5 Jan