From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E0BF3857B8F; Tue, 21 Jun 2022 09:56:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E0BF3857B8F From: "infinity0 at pwned dot gg" To: gdb-prs@sourceware.org Subject: [Bug rust/29272] regression: previously OK rust tests crash with SIGILL/SEGV/ABRT on Debian armhf Date: Tue, 21 Jun 2022 09:56:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: rust X-Bugzilla-Version: 11.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: infinity0 at pwned dot gg X-Bugzilla-Status: UNCONFIRMED 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: 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2022 09:56:02 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29272 --- Comment #1 from infinity0 at pwned dot gg --- Whoops, I copied a dbg.script with local paths. Just delete those lines and make sure you have the source file associated-types.rs in the current directory, the reproduction still works. You also need to give `RUSTC_BOOTSTRAP=3D` when compiling `rustc -g` as the file uses some unstab= le features only meant for testing the rustc compiler. ~~~~ set charset UTF-8 show version set print pretty off set language rust break 'associated-types.rs':111 break 'associated-types.rs':118 break 'associated-types.rs':122 break 'associated-types.rs':130 break 'associated-types.rs':137 break 'associated-types.rs':140 run print arg continue print inferred print explicitly continue print arg continue print arg continue print a print b continue print a print b continue quit ~~~~ --=20 You are receiving this mail because: You are on the CC list for the bug.=