From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08AB03858C54; Tue, 5 Mar 2024 16:41:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08AB03858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709656880; bh=bVEyEHxL7G745OcWrgnmOx+P5ugX/3Jy5FegMlrBTiQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ap79XsKxLXqkOZtGVgaRKUEDVDDIzIXJxDVXXSYwRqwc91L6QPwYNGExgNKsMeW3Z RBqCWIYVAKuy+x+bZ6BfRwQvTHPwgdHbKsomiTJTC7j6HRblYwGB1bOT6cZ5rgNylR e0mF+eTO26yJu5O3kQNxv4AX5WWkNtg5bYaRnNU0= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug external/31442] [gdb/external, arm, SIGILL] FAIL: gdb.threads/sigstep-threads.exp: step 92 Date: Tue, 05 Mar 2024 16:41:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: external X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status short_desc component 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=3D31442 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED Summary|[gdb/tdep, arm, SIGILL] |[gdb/external, arm, SIGILL] |FAIL: |FAIL: |gdb.threads/sigstep-threads |gdb.threads/sigstep-threads |.exp: step 92 |.exp: step 92 Component|tdep |external --- Comment #2 from Tom de Vries --- (In reply to Tom de Vries from comment #1) > I looked into upgrading the kernel to 6.1, but it seems that this is > difficult because /boot is read-only due to being flash, so I'm avoiding > that for now. I gave it a try, and ... was left with an non-booting system. I managed to recover by booting from an sd card (which involved opening the laptop to recover the micro sd card that slid next to rather than into the slot). Then I managed to overwrite the broken installation on the hard-disk and ch= ose the manjaro distro, because it's supposedly the best supported distro for pinebook pro. That got me a 6.1.x kernel, which after upgrading got me a 6= .6.7 kernel.=20 The manjaro install also got me a 64-bit kernel + 64-bit user land. I managed to build a chroot with 32-bit debian, which is about as close as I can get to the old 64-bit kernel + 32-bit userland setup. [ I used arch-chr= oot, hand-edited to unset pid_unshare and mount_unshare, otherwise we run into warnings due to not finding /proc/PID/mem. ] I ran this test-case a 100 times, and the problem doesn't reproduce. --=20 You are receiving this mail because: You are on the CC list for the bug.=