From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3124 invoked by alias); 28 Mar 2014 21:27:31 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 3095 invoked by uid 48); 28 Mar 2014 21:27:31 -0000 From: "keiths at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug tui/16727] Segfault when typing forward-delete and then tab Date: Fri, 28 Mar 2014 21:27:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tui X-Bugzilla-Version: 7.6 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: keiths at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q1/txt/msg00477.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16727 Keith Seitz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |keiths at redhat dot com --- Comment #1 from Keith Seitz --- I've tried this on HEAD and 7.6.2-20140108-cvs, and I am having difficulty reproducing this: $ ./gdb -data-directory data-directory -nx -q (gdb) [type DEL][type TAB] Nothing happens. Also tried: (gdb) brek [type LARROW][type DEL][type TAB] This changes "brek" to "break" as expected. I also tried TUI. While that didn't do what I expected, it did not crash. Was TUI involved? -- You are receiving this mail because: You are on the CC list for the bug.