From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1051B3858410; Thu, 31 Aug 2023 13:54:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1051B3858410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693490084; bh=8cXGjYZTczvf4eof+YjbYqMadibJDZ7Z+Qhgm4YYWRQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FB2gUJCV7wRVM/sHgUNz6L7owaP5ksOHu0Hn/LICO3zHw8fbi71KGwtKsWqW5Ix6F WnB+wd+yUvNZCIKHSy9ftAK+0wMov1HL1jBYJ9pXqx/B6Tk4BqgOOWkEFrs5aIDRKN HKIi30GgJyonpRar7rxiE86RZUUkia0aDIChFK28= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/18445] shouldn't divulge implementation details in memory error messages from pretty printers Date: Thu, 31 Aug 2023 13:54:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cc 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=3D18445 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- I think leaking the error is fine. Pretty-printers should try to be robust, and when they are buggy, the error and stack trace may be a way to find what's wrong. Also, gdb users are normally programmers themselves, and won't be surprised by this kind of error message. --=20 You are receiving this mail because: You are on the CC list for the bug.=