From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05DBE3858D38; Thu, 3 Aug 2023 18:34:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05DBE3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691087676; bh=yU7KVDNGrxQj+SXT1KiLNOL4VHIOge/zvMs/9jcsn3g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=It882eJweHa+n86sIXyhj8jcfFNUgWCSJbm6g2BhfhJSpBKhMHP4fNL2wMP2+qhrr zsCFFN098PNKlJS2h0wGwMH9ulUMMfDXO2xGh5w/Dq5KJ9NXuXE0X9JuoSO/ONJobK Y2Ii3xzKC8gp+S/uE9r1+nzCLZ01k/kCVeVKyLUs= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/30556] printing the std::string array fails: {Python Exception : There is no member or method named __short_mask. Date: Thu, 03 Aug 2023 18:34:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: WAITING 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=3D30556 --- Comment #3 from Tom Tromey --- They can be loaded in various ways, e.g. if your program loads a shared library, associated printers might show up. You can see with "info pretty-printer". Anyway see the earlier note about "set python print-stack full". That output would show exactly where the exception occurs. Can you send that? --=20 You are receiving this mail because: You are on the CC list for the bug.=