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

Segmentation fault signal terminated program CC1 issue while building Multiarch image on x86 #210

Open
mukundhan90 opened this issue Jan 7, 2025 · 7 comments

Comments

@mukundhan90
Copy link

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

  • QEMU version: (if you can know it): 7.2..0-1
  • Container application: Docker/Podman/Singularity (Leave only one)
    podman
    Output of docker version, podman version or singularity version
(paste your output here)

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:

@Jiawei202010
Copy link

I also made the same mistake, have you solved it

@mukundhan90
Copy link
Author

I also made the same mistake, have you solved it

Nope

@robertlsutton
Copy link

robertlsutton commented Jan 21, 2025

This error started for our builds about a week ago. Compiler SEGFAULTs when buildling python via penv (and other downstream build tasks).

@mukundhan90
Copy link
Author

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?

@itrich
Copy link

itrich commented Feb 7, 2025

This is probably related to tonistiigi/binfmt#215. See tonistiigi/binfmt#215 (comment) for more details on the root cause.

@Macariel
Copy link

I'm also getting segfaults when installing anything that requires libc-bin, e.g. jq

59.71 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
59.83 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
59.84 Segmentation fault (core dumped)

@PinkGabriel
Copy link

facing the same mistake. in my situation I found it happens only on i9/xeon cpu, but ok on i7 platform
need help

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

No branches or pull requests

6 participants