Bug 16727 - Segfault when typing forward-delete and then tab
Summary: Segfault when typing forward-delete and then tab
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: tui (show other bugs)
Version: 7.6
: P2 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 02:45 UTC by Eli Dupree
Modified: 2015-07-02 13:23 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eli Dupree 2014-03-20 02:45:35 UTC
Run gdb (GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1)), type the forward-delete key, then type the tab key. When I do this, gdb segfaults.

Someone else running 7.6.1 told me they couldn't reproduce this.
Comment 1 Keith Seitz 2014-03-28 21:27:30 UTC
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?
Comment 2 Pedro Alves 2015-07-02 13:23:09 UTC
Can't reproduce it either.

Eli, if you can still reproduce this, feel free to reopen.

Thanks.