$ lldb Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/lldb/embedded_interpreter.py", line 22, in <module> readline.parse_and_bind('bind ^I rl_complete') AttributeError: 'module' object has no attribute 'parse_and_bind' (lldb) \U+BD71\U+BD75\U+BD69\U+BD74 error: empty command That is me attempting to type "quit" and hit enter. Since you can't type anything, the debugger is useless. You can't even exit without killing it. The python traceback is caused by a local module named "readline" which conflicts with the global readline module. Even when fixing this issue, typing still doesn't work. I haven't researched further.
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'.
This is also happening on 24. I'm more interested in fixing the python crash, because I'm not seeing any Unicode characters when I type - though I can see how a messed-up readline library can cause that.
This is still occurring in rawhide.
Upstream bug: https://llvm.org/bugs/show_bug.cgi?id=28898 Arch linux bug and discussion: https://bugs.archlinux.org/task/49974 I've disabled libedit (-DLLDB_DISABLE_LIBEDIT:BOOL=ON) and it solved this issue for me.
lldb-3.8.0-3.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-55e0ee7ec1
lldb-3.8.0-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-c62e6cb739
lldb-3.8.0-3.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-55e0ee7ec1
lldb-3.8.0-3.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-c62e6cb739
lldb-3.8.0-3.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.
lldb-3.8.0-3.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
Problem still persists in lldb-3.8.0-3.fc25. [root@dell-m3800]# dnf install lldb Última comprobación de caducidad de metadatos hecha hace 2:03:54, el Sun Jan 15 19:38:59 2017. El paquete lldb-3.8.0-3.fc25.x86_64 ya se encuentra instalado, omitiendo. Dependencias resueltas. Nada por hacer. ¡Listo! [root@dell-m3800]# lldb -v Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/lldb/embedded_interpreter.py", line 24, in <module> readline.parse_and_bind('tab: complete') AttributeError: 'module' object has no attribute 'parse_and_bind' lldb version 3.8.0 ( revision )
I'm also getting this issue with Fedora 24: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/lldb/embedded_interpreter.py", line 24, in <module> readline.parse_and_bind('tab: complete') AttributeError: 'module' object has no attribute 'parse_and_bind' lldb version 3.8.0 ( revision )
Created attachment 1296467 [details] .spec + upstream patch as a patch Upstream has fixed it but it is post-4.0.1 so providing a backport: https://bugs.llvm.org/show_bug.cgi?id=28898
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle. Changing version to '27'.
The has been fixed in f26+.