https://bugs.llvm.org/show_bug.cgi?id=36490
Bug ID: 36490
Summary: Segmentation fault when accessing any Python script
object
Product: lldb
Version: 3.6
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev@lists.llvm.org
Reporter: evg...@loop54.com
CC: llvm-b...@lists.llvm.org
Running on Ubuntu 16.04 x64
lldb version 3.6.2 ( revision )
root@linuxtest24:~# lldb-3.6
(lldb) script
Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
>>> print lldb.debugger
>>> Segmentation fault (core dumped)
The same happens when I try to access other objects like lldb.target or
lldb.process.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev