[lldb-dev] multiple NameErrors on lldb startup, doesn't seem to affect lldb performance

Greg Clayton via lldb-dev lldb-dev at lists.llvm.org
Mon Jun 18 09:37:47 PDT 2018


Run this in the terminal:

% pip install six

Let me know if that fixes it.

Greg


> On Jun 15, 2018, at 1:36 PM, Peter Rowat via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> Here is what happens:
> 
> 
>  prowat% lldb modTS
> (lldb) target create "modTS"
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 98, in <module>
>     import six
> ImportError: No module named six
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'run_one_line' is not defined
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'run_one_line' is not defined
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'run_one_line' is not defined
> Traceback (most recent call last):
> ..
> ..
> ..  (at least 100 repetitions) ..
> ..
> ..
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> NameError: name 'run_one_line' is not defined
> Current executable set to 'modTS' (x86_64).
> (lldb)
> 
> ===============
> Exactly the same output appears when lldb is started by:
> ==============
> (lldb) process attach -n modTS
> 
> ==================================
>  prowat% lldb -v
> lldb-902.0.79.7
>   Swift-4.1
> ===============
> 
> This is a nuisance but LLDB is still usable.
>  
> ====
> OSX 10.13
> Peter 
> 
> 
> 
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180618/5d7b0bcf/attachment-0001.html>


More information about the lldb-dev mailing list