From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC8353858D28; Tue, 29 Aug 2023 14:34:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC8353858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693319646; bh=XWG+JR0BplsUjSQpiIsIiOXMbjg0BX+qrWpwkdGK8yU=; h=From:To:Subject:Date:From; b=ZZnzsVDFbFKvAsUA2ViUhhu4U12KjDjCT3h+WIzh6VzD0FMqMY47kqib+Hbwz4Rnf /g7+k+e6topZAwXVSN1E/zLHQpgcZKsNukHME4pl/x1x12MEQ9gctOkrx74whCB36s r74/ac7djkmUz7oubAZ6mSBEobvnalrmlpbuDzI8= From: "simon.marchi at polymtl dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/30807] New: Process record does not support instruction 0x62 (AVX512) Date: Tue, 29 Aug 2023 14:34: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: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simon.marchi at polymtl dot ca X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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 target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30807 Bug ID: 30807 Summary: Process record does not support instruction 0x62 (AVX512) Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: simon.marchi at polymtl dot ca Target Milestone: --- This is basically the same as this: https://sourceware.org/bugzilla/show_bug.cgi?id=3D23188 ... but for AVX512. I'm seeing this when running gdb.reverse/step-precsave= .exp on a CPU with AVX512 support (AMD EPYC 9634) on Debian 12 (bookworm): continue^M Continuing.^M Process record does not support instruction bound.^M Process record does not support instruction 0x62 at address 0x7ffff7f49b40.^M Process record: failed to record execution log.^M ^M Program stopped.^M 0x00007ffff7f49b40 in ?? () from /lib/x86_64-linux-gnu/libc.so.6^M (gdb) FAIL: gdb.reverse/step-precsave.exp: run to end of main --=20 You are receiving this mail because: You are on the CC list for the bug.=