[llvm-bugs] [Bug 34483] Crash in CreateTarget(..) in vim 8.0 python

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 5 13:30:02 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34483

Tim Vasko <vasko.tim at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |---
             Status|RESOLVED                    |REOPENED

--- Comment #3 from Tim Vasko <vasko.tim at gmail.com> ---
I just tried adding lldb.SBDebugger.Initialize() with no resolve.

I tried it (separately) before creating debugger, after creating debugger, and
calling initialize on the debugger object - to no avail.

The crash trace remains absolutely the same.

Additionally, the code works perfectly in python standalone interpreter - kind
of strange that this determinism is lost with lack of this call. Lastly, the
sample in LLDB repository for the lldb vim plugin has no mention for this call.
If it is truly needed, may I ask that we please update that code?

In any case however, problem remains.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170905/af74ef4a/attachment.html>


More information about the llvm-bugs mailing list