Bug#1032423: lldb-15: Bug "No module named lldb.embedded_interpreter" reappeared again in lldb-15
Askar Safin
safinaskar at gmail.com
Mon Mar 6 14:03:53 GMT 2023
Package: lldb-15
Version: 1:15.0.7-1
Severity: normal
X-Debbugs-Cc: safinaskar at gmail.com
Here are steps to reproduce (in form of Dockerfile):
FROM debian:sid
ENV LC_ALL C.UTF-8
RUN apt-get update && apt-get install -y whiptail apt-utils
RUN apt-get update && apt-get install -y clang-15 lldb-15
RUN echo 'int main(){}' > a.c
RUN clang-15 -g -o a a.c
RUN lldb-15 ./a < /dev/null
The last command prints:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'lldb.embedded_interpreter'
(lldb) target create "./a"
Current executable set to '/a' (x86_64).
I see here error message "ModuleNotFoundError: No module named 'lldb.embedded_interpreter'" and
I don't like it.
I found and reported this bug back in 2016 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846531 ).
And it seems it was fixed, but now it reappeared again. I would be nice to somehow ensure it will never
appear again (i. e. add some test).
(Note: I'm talking about "No module named 'lldb.embedded_interpreter'" bug. I don't mean other bugs
mentioned in #846531.)
(This bug was sent from very same docker container I'm talking about.)
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-0.deb9.20-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Versions of packages lldb-15 depends on:
ii libc6 2.36-8
ii libclang-cpp15 1:15.0.7-1
ii libedit2 3.1-20221030-2
ii libgcc-s1 12.2.0-14
ii liblldb-15 1:15.0.7-1
ii libllvm15 1:15.0.7-1
ii libncurses6 6.4-2
ii libstdc++6 12.2.0-14
ii libtinfo6 6.4-2
ii libxml2 2.9.14+dfsg-1.1+b3
ii llvm-15-dev 1:15.0.7-1
ii python3-lldb-15 1:15.0.7-1
ii zlib1g 1:1.2.13.dfsg-1
lldb-15 recommends no packages.
lldb-15 suggests no packages.
-- no debconf information
More information about the Pkg-llvm-team
mailing list