-
Notifications
You must be signed in to change notification settings - Fork 24
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows CI can crashes with a negative exit code (e.g. -1073741819
)
#334
Comments
The Linux error is a connection error, but the Windows one is a segfault which I've seen during testing in other PRs too, so let's leave an open ticket with details so this is investigated properly. It's not very consistent either (i.e. the failing test is different every time) but it's happening a bit more often lately, so let's keep an eye. From an answer in this question:
|
-1073741819
)
Observed in Python 3.8 x Windows x conda-forge on 2023-10-25:
Python 3.11 x Windows x conda-forge (on conda/conda):
Python 3.11 x Windows x conda-forge (on conda/conda):
|
Some more in Windows conda-forge Python 3.11 integration 1:
|
The Tests workflow failed on 2023-10-25 07:19 UTC
Full run: https://github.com/conda/conda-libmamba-solver/actions/runs/6636549482
(This post will be updated if another test fails, as long as this issue remains open.)
The text was updated successfully, but these errors were encountered: