-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Random crashes on Windows in Github actions #12
Comments
Maybe, I don't know. My first thought was for some resources that are exhausted, from memory to some internal handles or similar. Could you find a trick to save the logs as artefacts, for later inspection? |
Yes, indeed, GHA runners do not have lots of memory. I will try to save the logs. |
Any updates on this? |
I have seen it a couple of times since, always in the same conditions - Github Actions, Windows platform, CMake during the configure phase and the only new information is that it always happens during the exact same configure test. Alas, I haven't been able to properly debug it, I am currently living in my van in freezing conditions because of the extortion, as I am been forced to accept a job without talking about an ongoing criminal affair that includes high-level corruption in the French and EU justice system. With limited amount of electricity, at the moment I am limited to classical paper-based research. If/when I get a new 12V computer, I will eventually move south during the spring, with the longer days and higher sun elevation, I will be able to resume my IT work. |
Ok, good luck! Did you get my email about the new xPack site? I don't expect you to spend your limited amount of electricity on it, I just wanted to know if you received the email. |
Sure, I did. |
I tend to run a very large amount of builds in Github Actions and I have seen on several occasions what appears to be a random crash.
It is quite rare, I have seen it only in Github Actions, always on Windows, always during the configure phase.
Here is one example:
https://github.com/mmomtchev/magickwand.js/actions/runs/11283317315/job/31382560438
I haven't been able to link this to any similar issues on the official CMake tracker.
Obviously, finding it will be very difficult - especially if it happens only in Github Actions. Maybe it is an interaction between the compiler runtime and the Github Actions Windows DLLs?
I am creating this issue to track the occurrences.
The text was updated successfully, but these errors were encountered: