From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F2AA3858C54; Thu, 2 Mar 2023 16:36:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F2AA3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677775012; bh=5gDywvgQEWbC2Jwp2EZWqhhmUCYxXXJmpvzxwErWQYI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Yzr2kjYM2wewhZWm19/OmLmqymwOQk31eUCbYYvAdYNTJN2YkizVId71TIzyflHbK yWSDD4gVhUTVpdeR4y+wrn2VGTCfkyQH5+pYO52+vgmJck2l8u742MJq2/N9G/87eX JoWBHwjwgmkyzJRfeB8gmrQfUIKkQvDGNyoL02Wo= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/21170] Selected architecture arm is not compatible with reported target architecture i386:x86-64 Date: Thu, 02 Mar 2023 16:36:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 7.12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone bug_status resolution Message-ID: In-Reply-To: References: 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=3D21170 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.1 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Tom Tromey --- This seems to have been fixed in gdb 13. While 12 crashes for me, with 13 I get: (gdb) r Starting program: /home/tromey/gdb/PRs/pr-21170-wrong-arch/simple_main=20 /bin/bash: line 1: /home/tromey/gdb/PRs/pr-21170-wrong-arch/simple_main: ca= nnot execute binary file: Exec format error /bin/bash: line 1: /home/tromey/gdb/PRs/pr-21170-wrong-arch/simple_main: Success During startup program exited with code 126. --=20 You are receiving this mail because: You are on the CC list for the bug.=