From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Subject: Re: GC Warning: Out of Memory Date: Thu, 13 Dec 2018 04:18:03 +0000 Message-ID: References: <87lg5lcvu0.fsf@gnu.org> Reply-To: Rene Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXIS6-0001jH-EO for guix-devel@gnu.org; Wed, 12 Dec 2018 23:18:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXIS2-0003ho-C5 for guix-devel@gnu.org; Wed, 12 Dec 2018 23:18:22 -0500 In-Reply-To: <87lg5lcvu0.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "ludo@gnu.org" Cc: "guix-devel\\@gnu.org" Hello Ludovic, > > How did you obtain those .go files? > I made a mistake when copying my repository, I cloned the repository again = and these are my observations: To start guix-daemon: $ sudo ~/guix/pre-inst-env guix-daemon --build-users-group=3Dguixbuild -c 1= --debug build log compression: 2 extra chroot directories: '' automatic deduplication set to 1 listening on `/var/guix/daemon-socket/socket' 524201 operations On the other hand: $ ./pre-inst-env guix build hello -n --verbosity=3D100 ... madvise failed: Function not implemented madvise failed: Function not implemented GC Warning: Failed to expand heap by 8388608 bytes GC Warning: Failed to expand heap by 2097152 bytes GC Warning: Out of Memory! Heap size: 113 MiB. Returning NULL! Warning: Unwind-only `out-of-memory' exception; skipping pre-unwind handler= . madvise failed: Function not implemented And it does not create any file in `/tmp`. The error is similar to the one reported[1], but in 2017; Any idea about if= it is the same situation? Thank you Environment: * guix (GNU Guix) 0.16.0.112-46e61 (master branch) * Debian/Hurd * guile (GNU Guile) 2.2.4 [1]https://lists.gnu.org/archive/html/help-guix/2017-11/msg00016.html