From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BA3DA3858024; Thu, 9 Feb 2023 17:22:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA3DA3858024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675963359; bh=yM3znoalq0EvHfU5CMrJVIidSfC0saTCr7z1MXd2pBA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PFQ3Ib7iTgCx10PtSVLtONPZ/fJGsc4oUmxGXGdkpNGgFTdNGtevbqqnOixzkkl8H wvjc9y4h//TNtJkBX7HrErpwAgUCz5CvHnMgHRP2OOGESE8VwadeFvQrNCvOjhQvm1 fQrVh73aPwebEeB8eRnGFb6qe2kBXOL79DaLJj6I= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug rust/30090] Using TUI on musl libc with Rust program, finish failed a bounds check Date: Thu, 09 Feb 2023 17:22:39 +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: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on assigned_to bug_status everconfirmed 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=3D30090 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-02-09 Assignee|unassigned at sourceware dot org |tromey at sourcewar= e dot org Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #12 from Tom Tromey --- Thank you very much. I can reproduce the problem here. It is definitely not the same as #29985. What's happening here is some confusion about field numbers in rust_language::print_enum. It might possibly be specific to the 'finish' path, which is pretty surprising if true. --=20 You are receiving this mail because: You are on the CC list for the bug.=