-
-
Notifications
You must be signed in to change notification settings - Fork 518
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
lib("freegb.lib")
sometimes make Conda build crash
#39098
Comments
For reference (the build log will disappear in 2 months):
|
Technically I think the bug isn't that rare so maybe there's a way to just grep through all the logs of this particular type. … I haven't looked up whether GitHub actions have programmatic API to access it like that yet. |
Have a look at #39100 if you would like to pursue this idea further. |
Curious case (normally it's outright segmentation fault, but in this case the
From #39142 but it's probably unrelated. |
I found an undefined behavior there…
maybe on Mac the calling convention is different between these 2 types to cause a segmentation fault. (on x86 it looks harmless.) EDIT: actually it's unrelated… the generated C code doesn't include the function declaration at all. There's a memory leak there though, because the function doesn't consume the string so the |
Steps To Reproduce
e.g.
https://github.com/sagemath/sage/actions/runs/12227176866/job/34103526826?pr=37447#step:9:7618
Expected Behavior
Actual Behavior
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: