From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B94383858D1E; Mon, 6 Feb 2023 22:29:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B94383858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675722556; bh=svcJM+9lPGQzeF3ot9jWTAMZbj4fLNIvlzCKrkvPQZk=; h=From:To:Subject:Date:From; b=NhjaYYK2g+Vwz3QFaVPCsqnVcGh4jYHIX6IWCLoQW0xAbBkerXgfXSj2p/ko5yFis gHK3agPaL4cUvktvxGK7dvMOSMOgMKolAa4t2/hNuhK1Lzw5YZhKG0FbSZm/xtKtjs BN72SzChkG69sHue6DkT3dbhmz35aWrAoaY/041Y= From: "sourceware.897 at alm dot website" To: gdb-prs@sourceware.org Subject: [Bug rust/30090] New: Using TUI on musl libc with Rust program, finish failed a bounds check Date: Mon, 06 Feb 2023 22:29:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: sourceware.897 at alm dot website 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: 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=3D30090 Bug ID: 30090 Summary: Using TUI on musl libc with Rust program, finish failed a bounds check Product: gdb Version: 12.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: rust Assignee: unassigned at sourceware dot org Reporter: sourceware.897 at alm dot website Target Milestone: --- gdbtypes.h:1064: internal-error: field: Assertion `idx >=3D 0 && idx < num_= fields ()' failed. While trying to print Rust function return value from finish command while = in TUI default "asm" mode in GDB 12.1 on musl libc 1.2.3 (both Alpine builds).= I have attached a core dump. --=20 You are receiving this mail because: You are on the CC list for the bug.=