Skip to content

Windows CI tests fail with Python on Release mode #461

Open
@viferga

Description

@viferga

🐛 Bug Report

https://github.com/metacall/core/actions/runs/6101309982

[Wed Sep  6 19:18:29] #6732 @Error : Failed to load: D:/a/core/core/build/Release/py_loader.dll with error code [127]: The specified procedure could not be found.

This is a strange bug because apparently it's failing to find some symbol in python39.dll. I cannot debug it because it works on my machine and I can't reproduce it.

I tried to uninstall the default python installation from windows and it does not work neither.

      - name: Uninstall Python
        run: rd /s /q "C:\hostedtoolcache\windows\Python"

A proper form to debug it is by using: 6d721e2

But it shown nothing, and as there is no output, I cannot know if it's failing to load metacall or py_loader or if the bug is being reproduced properly. I am gonna disable release builds for now until we can figure it out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdevopsRelated to DevOps infrastructure of the Core

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions