https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103364

--- Comment #17 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
(In reply to Sarah Julia Kriesch from comment #12)
> that is happening during the build process in OBS with a really minimal
> openSUSE Tumbleweed. We are using VMs using QEMU and with 4GB of memory.

Why only 4GB? Isn't this way too low for building things like rust with lto and
everything?

I've successfully built rust1.54 and postgresql14 several times in an opensuse
tumbleweed container. So I would suspect either the kernel or the guest setup
you are using. Could it perhaps be that ld processes got oom killed and have
left half-complete binaries which triggered the error then?

In the current logs I don't see the ld issue anymore. Apparently you already
gave it more memory and the behavior changed due to that?

Reply via email to