From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B8EE384698E; Tue, 6 Dec 2022 15:18:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B8EE384698E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670339893; bh=yDbzlCX2z8wTJhR7PzExzlawDkZSGzPjsPTmL8w4t3I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U46rQ75sSqphCJ1b9Ds3cPy0lXXU1J66b6hhjj4A2wP9ocz1blbmZEKK2FICoUcra XchpcdGGFu8MeoTzuFUl0zGcfqVw+FBhOj77FR2sq/ikIbn72BJ7Mv/rpzmhhjQ2t0 n6Ge500WGWLsoOvYin8vwC73Et1l9aEdgQ+qcRto= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/15924] Segmentation fault on Windows/Mingw with Go python library Date: Tue, 06 Dec 2022 15:18:11 +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: 7.6 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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_status resolution 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=3D15924 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Tom Tromey --- Fixing ui_out::vmessage would only fix a subset of the calls. Plenty just go via the platform, e.g., string_printf. gnulib doesn't seem to fix this problem, even if gdb did import the gnulib printf. On the whole I think we're just exposed to this issue as a generic C problem and so I'm going to close this bug. Note that the main problem here has been fixed. --=20 You are receiving this mail because: You are on the CC list for the bug.=