From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 137D5385803E; Wed, 31 Aug 2022 17:15:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 137D5385803E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661966113; bh=hRYTwGY8IA+qnxHBd3ZNHLC0Eo1Fk1hQCTWudqeOM70=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rKqd0UegMK5/lh9Ws9AiOGfV40MSI1UdFnWmTw/wTYi429IjFGoMM21ohxPhiZRbI cf+u2TLXP3n/15B+JEdImuvq1PNVAVNrfRMf5oEHK/QL8GnHhLPcJ0smbcXS+rWx/I b2/Xn3gTsm1tBzJFJXlZetJ/b+KgiPLWeCg/YO2k= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug mi/15811] Using interpreter-exec from a sourced file crashes gdb. Date: Wed, 31 Aug 2022 17:15:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: mi X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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=3D15811 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D1e28eebbbc34= ebec69ea4913f7e8d19352e35630 commit 1e28eebbbc34ebec69ea4913f7e8d19352e35630 Author: Tom Tromey Date: Fri Aug 12 13:50:35 2022 -0600 Fix "source" with interpreter-exec PR mi/15811 points out that "source"ing a file that uses interpreter-exec will put gdb in a weird state, where the CLI stops working. The bug is that tui_interp::suspend does not unregister the event file descriptor. The test case is from Andrew Burgess. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D15811 --=20 You are receiving this mail because: You are on the CC list for the bug.=