From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: HEAD of trinity broken on xc86 Date: Fri, 13 May 2016 15:48:10 -0400 Message-ID: <20160513194810.GA2686@codemonkey.org.uk> References: <57362C39.2080703@gmx.de> <20160513194605.GA2114@codemonkey.org.uk> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <20160513194605.GA2114@codemonkey.org.uk> Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: Toralf =?iso-8859-1?Q?F=F6rster?= Cc: trinity@vger.kernel.org On Fri, May 13, 2016 at 03:46:05PM -0400, Dave Jones wrote: > On Fri, May 13, 2016 at 09:34:17PM +0200, Toralf F=F6rster wrote: > > Hi, > >=20 > > something between f2ecc0e9a94871ebd8f27daf390516d03a22fa1d and HE= AD gives at a x86 chroot (Gentoo Linux) : > >=20 > > tfoerste@n22kvm-clone /mnt/ramdisk $ cd /mnt/ramdisk/; trinity -q= qq -C4 > > Trinity 9 Dave Jones > > shm:0xb77a2000-0xc3d8ee84 (4 pages) > > [main] Registered 13 fd providers. > > Marking all syscalls as enabled. > > [main] Enabled 380 syscalls. Disabled 0 syscalls. > > [main] Using pid_max =3D 32768 > > Free memory: 2.86GB > > Low on memory, disabling mmaping of 1GB pages > > mmap failure >=20 > Odd. I just added a commit to print the errno. Can you try that ? >=20 > You could probably also git-bisect this pretty quickly. =20 Never mind, figured it out. It's still trying to allocate a 1GB page even though it says it disabled it. Fix pushed out. Dave