From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F212E3858CDA; Tue, 7 Feb 2023 22:32:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F212E3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675809121; bh=nzuIk1SkFbTs1zZWk3ucRTCYlo9QWDkZrbXpA3Hy8xE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LqWwYo4Y1XdC4jofMsjhzDXME0UVPZdg3JoPBYrd8v9E6dyWxsA80BpOc1sgbMTpX GbtXSUBQU/hvjncK8bJN+FLiF7OBr2/TJd/PuO2pSL+lWps7XXYM/6/EszeyAXke9g E+X6j8hyEQ4bEUe5IMTHmaMGJOBnZrp70bQzqPkw= From: "sourceware.897 at alm dot website" To: gdb-prs@sourceware.org Subject: [Bug rust/30090] Using TUI on musl libc with Rust program, finish failed a bounds check Date: Tue, 07 Feb 2023 22:32:01 +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: 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: 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 --- Comment #3 from Alex Martin --- Oh this is an incredibly predictable question and yet I'm not sure anymore which function it was... I *think* it was `gtk::glib::object::ObjectExt::connect()` whose return type is defined as: pub struct SignalHandlerId(NonZeroU64); But it also might have been `gtk::Prelude::BuilderExtManual::object::()` whose return type wou= ld be `Option`. (Yes, GObject is also involved here, but I don't *think* gdb can see it from where I was.) --=20 You are receiving this mail because: You are on the CC list for the bug.=