Skip to content

lldb binary does not launch on Windows #47381

@guilt

Description

@guilt
Bugzilla Link 48037
Version 11.0
OS Windows NT
Attachments Screenshot of error in launching lldb
CC @JDevlieghere

Extended Description

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++.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillalldb

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions