From owner-freebsd-arm@FreeBSD.ORG Tue Nov 18 18:27:37 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61827F1 for ; Tue, 18 Nov 2014 18:27:37 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35951FA1 for ; Tue, 18 Nov 2014 18:27:36 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1XqnUw-000FgP-Ag; Tue, 18 Nov 2014 18:27:30 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id sAIIRScO006413; Tue, 18 Nov 2014 11:27:29 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18xuBF/Nkcbh2u9YT3p7mYH X-Authentication-Warning: paranoia.hippie.lan: Host revolution.hippie.lan [172.22.42.240] claimed to be [172.22.42.240] Subject: Re: Compilation x11/libX11 fails with panic From: Ian Lepore To: Ulrich Grey In-Reply-To: <20141118191625.ec7749080739e8472405a645@ulrich-grey.de> References: <20141118191625.ec7749080739e8472405a645@ulrich-grey.de> Content-Type: text/plain; charset="us-ascii" Date: Tue, 18 Nov 2014 11:27:28 -0700 Message-ID: <1416335248.1147.57.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 18:27:37 -0000 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_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