Date: Tue, 18 Nov 2014 11:27:28 -0700 From: Ian Lepore <ian@FreeBSD.org> To: Ulrich Grey <usenet@ulrich-grey.de> Cc: freebsd-arm@freebsd.org Subject: Re: Compilation x11/libX11 fails with panic Message-ID: <1416335248.1147.57.camel@revolution.hippie.lan> In-Reply-To: <20141118191625.ec7749080739e8472405a645@ulrich-grey.de> References: <20141118191625.ec7749080739e8472405a645@ulrich-grey.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2014-11-18 at 19:16 +0100, Ulrich Grey wrote: > I am trying to compile x11/libX11 with a Wandboard-Quad: > > FreeBSD 11.0-CURRENT #0 r274634M: Tue Nov 18 00:44:36 UTC 2014 > gwgpi@quad:/usr/local/DEVEL/obj/usr/local/DEVEL/SRC/head/sys/WANDBOARD-QUAD > arm > FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 > CPU: Cortex A9-r2 rev 10 (Cortex-A core) > Supported features: ARM_ISA THUMB2 JAZELLE THUMBEE ARMv4 Security_Ext > > The compilation fails with this message: > > --- XKBGeom.lo > --- CC > XKBGeom.lo > --- XKBSetGeom.lo > --- CC > XKBSetGeom.lo <jemalloc>: jemalloc_arena.c:600: Failed assertion: > "arena_mapbits_unzeroed_get(chunk, i) == unzeroed" [...] I'm curious whether the workaround mentioned recently by Jurgen Weiss also works for you, that is, setting: vm.pmap.sp_enabled=0 in loader.conf or using sysctl. It's not a fix of course, but it might help you make progress, and it would be a clue where we should start looking for trouble. -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1416335248.1147.57.camel>