[Bug 24298] New: LLDB crashes on tab completion of tbreak

Bug ID 24298
Summary LLDB crashes on tab completion of tbreak
Product lldb
Version 3.6
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter john.ch.fr@gmail.com
Classification Unclassified

While debugging a rust executable, lldb crashed after the following:
(lldb) target create target/debug/des
(lldb) tbreak <tab>

<tab> indicates tab-keypress.
The coredump and the target files are attached.