[lldb-dev] [Bug 48037] New: lldb binary does not launch on Windows
via lldb-dev
lldb-dev at lists.llvm.org
Sun Nov 1 03:55:56 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48037
Bug ID: 48037
Summary: lldb binary does not launch on Windows
Product: lldb
Version: 11.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: karthikkumar at gmail.com
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
Created attachment 24118
--> https://bugs.llvm.org/attachment.cgi?id=24118&action=edit
Screenshot of error in launching lldb
Hi,
I tried using the LLVM 11 installer for Windows (64 bit) and I noticed that I
am unable to launch lldb because python36.dll (CPython runtime for Python 3.6)
was missing. I'm attaching a screenshot.
I've overcome it by downloading a Python 3.6 zip (64 bit) version from
Python.org, and extracting the DLL out.
I request that you either link these binaries with a static (/MT) build of
Python or bundle this DLL. One way to check if deps are missing for the EXEs is
to add a distro checker with the dumpbin tool that is shipped as part of VC++.
--
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/20201101/92445628/attachment.html>
More information about the lldb-dev
mailing list