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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock manylinux version to last known good build #45

Closed
wants to merge 11 commits into from

Conversation

StephenOman
Copy link
Collaborator

PR #44 build showed random errors (segfault) during build via cibuildwheel GitHub Action.

This PR is a test to reproduce and find a last-known good build.

@StephenOman
Copy link
Collaborator Author

As expected, build with manylinux:2025.02.02-1 fails:

gmake[2]: *** [third_party/deboost.context/CMakeFiles/fcontext.dir/depend] Segmentation fault (core dumped)

@StephenOman
Copy link
Collaborator Author

Build with manylinux:2024.12.16-1 also fails:

gmake[2]: *** [third_party/deboost.context/libfcontext.a] Segmentation fault (core dumped)

@heiner
Copy link
Owner

heiner commented Feb 5, 2025

cc: internal compiler error: Segmentation fault signal terminated program cc1
    Please submit a full bug report,
    with preprocessed source if appropriate.

I suspect this is a OOM in disguise. We can try with viewer threads.

@StephenOman
Copy link
Collaborator Author

Could be. Trying with just one image only.

@StephenOman
Copy link
Collaborator Author

Replaced by PR #48

@StephenOman StephenOman deleted the lock-manylinux-version branch February 14, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants