From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 63CAB385829E; Wed, 31 Aug 2022 17:15:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 63CAB385829E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661966118; bh=9LEU5WS79ckjH/MYFM2LqvNjtqoGzfo5wyqqRkHuAhQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ez9SnfE/RyYYbaVWzpMPIpVZ5iKFN9JW2tJ+TZkUCoMNXCA+pOKNJ/Uc/R9QvZKKg IQn2rrB6sCv52qmD6G3XtD8NBGLqlBsIDIglHmvDkBVzAYdnY+Gon6/Nb9KUxaSPPo Zqrjp+AhVdS50Qb7mYc/ClPgO41RQ3UxWY2/W0SY= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug mi/10347] gdb crashes with MI commands in hook-stop Date: Wed, 31 Aug 2022 17:15:17 +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: 6.8 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: 6.8 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=3D10347 --- Comment #4 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=3D058dc2c95935= d54caa8891613a1080d57665fc43 commit 058dc2c95935d54caa8891613a1080d57665fc43 Author: Tom Tromey Date: Fri Aug 12 13:15:01 2022 -0600 Fix interpreter-exec crash PR mi/10347 points out that using interpreter-exec inside of a "define" command will crash gdb. The bug here is that gdb_setup_readline doesn't check for the case where instream=3D=3Dnullp= tr. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D10347 --=20 You are receiving this mail because: You are on the CC list for the bug.=