[Bug 257948] */*: Fails to package on i386: pkg-static: archive_write_open_filename(*): Cannot allocate memory
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 14 11:36:11 BST 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257948
--- Comment #7 from Dawid Gorecki <dgr at semihalf.com> ---
The implementation of ASLR in FreeBSD often exhausts the available address
space on 32-bit ABIs for memory intensive processes. In fact, when I last
tested this, armv7 and i386 couldn't even build world, not just ports. This is
not a problem on 64-bit - everything should work fine there. But for now the
only workaround on 32-bit (including 32-bit compatibility layer on 64-bit
architectures) is disabling the ASLR entirely.
I haven't tested architectures other than i386 and armv7 but I'm pretty sure
that this applies to 32-bit PPC and MIPS too.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list