-
Notifications
You must be signed in to change notification settings - Fork 235
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
Segmentation fault signal terminated program CC1 issue while building Multiarch image on x86 #210
Comments
I also made the same mistake, have you solved it |
Nope |
This error started for our builds about a week ago. Compiler SEGFAULTs when buildling python via penv (and other downstream build tasks). |
Yes, building python is the issue,Were you able to resolve it? |
This is probably related to tonistiigi/binfmt#215. See tonistiigi/binfmt#215 (comment) for more details on the root cause. |
I'm also getting segfaults when installing anything that requires
|
facing the same mistake. in my situation I found it happens only on i9/xeon cpu, but ok on i7 platform |
Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)
Question
/kind bug
/kind enhancement
/kind question
Description:
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Environment:
Prod
podman
Output of
docker version
,podman version
orsingularity version
gcc: internal compiler error: Segmentation fault signal terminated program cc1
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-10/README.Bugs for instructions.
make[3]: *** [Makefile:1802: Objects/funcobject.o] Error 4
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/appuser/Python-3.9.13'
Additional information optionally:
The text was updated successfully, but these errors were encountered: