From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 99CE63858CDA; Thu, 1 Dec 2022 21:54:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99CE63858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669931691; bh=WFqngiGsC6DPUJedCjw76iMcLWO0ms38uaXfpTA5DyY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VP9PMztAtwxWZnGfdmwRkoFTfBqq4/Yq9eA2DJIInKfLJ5LJig0RnOyXjuS1WdnO9 0hHv+AfrPdoxtzbzb2+q80AhSQ4TYEUk8qkVlUEmab2QiLKpKHqOhvQql9dgikmCL+ /pR8bvbO+dyWbhyZyilUVIBOkJ3/LBC1MQy5IV5c= 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: Thu, 01 Dec 2022 21:54:51 +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: NEW 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=3D15924 --- Comment #2 from Tom Tromey --- Looks like the value_struct_elt call was fixed; commit 5996220cfa24ef6fddb782617720cd56913b1bb7 Author: Doug Evans Date: Mon Nov 7 13:31:24 2016 -0800 Fix ext lang calls to value_struct_elt. gdb/ChangeLog: * guile/scm-value.c (gdbscm_value_field): Fix call to value_struct_elt. * python/py-value.c (valpy_getitem): Ditto. --=20 You are receiving this mail because: You are on the CC list for the bug.=