[lldb-dev] [Bug 36490] Segmentation fault when accessing any Python script object
via lldb-dev
lldb-dev at lists.llvm.org
Mon Feb 26 06:39:13 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36490
Evgeny Morozov <evgeny at loop54.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WONTFIX |---
Status|RESOLVED |REOPENED
--- Comment #5 from Evgeny Morozov <evgeny at loop54.com> ---
OK, it turns out there is a version of libsosplugin.so that works with later
LLDB versions. I still get a Segmentation fault in 5.0 (but not 3.9 or 4.0):
$ lldb-5.0
(lldb) script
Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
>>> lldb
>>> Segmentation fault (core dumped)
Sometimes it works the first time, but crashes the second time:
(lldb) script
Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
>>> lldb
>>> <module 'lldb' from '/usr/lib/python2.7/dist-packages/lldb/__init__.py'>
>>> lldb
Segmentation fault (core dumped)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180226/d86b42c5/attachment.html>
More information about the lldb-dev
mailing list