Re: HEAD of trinity broken on xc86
Dave Jones <[email protected]> Fri, 13 May 2016 15:48:10 -0400
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > > 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