Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows CI tests fail with Python on Release mode #461

Open
viferga opened this issue Sep 6, 2023 · 0 comments
Open

Windows CI tests fail with Python on Release mode #461

viferga opened this issue Sep 6, 2023 · 0 comments
Labels
bug Something isn't working devops Related to DevOps infrastructure of the Core

Comments

@viferga
Copy link
Member

viferga commented Sep 6, 2023

馃悰 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.

@viferga viferga added bug Something isn't working devops Related to DevOps infrastructure of the Core labels Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working devops Related to DevOps infrastructure of the Core
Projects
None yet
Development

No branches or pull requests

1 participant