From owner-freebsd-current@FreeBSD.ORG Sun Apr 29 19:02:37 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A92D3106564A; Sun, 29 Apr 2012 19:02:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8AF8FC1A; Sun, 29 Apr 2012 19:02:37 +0000 (UTC) Received: by dadz14 with SMTP id z14so12141987dad.17 for ; Sun, 29 Apr 2012 12:02:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Im0kLCnT2kVDfrOUyk4vnnQwafeuZNkcLKOs5YDFGPg=; b=APQXdmF94xAiJBbwUQXVHp8jvdkPaCG1njlDeQRBN3mDQWWbZhojIek0YzfsMzAc1s XtBsAlwPDEcC4YQwskH4CfHsUnC+sBBH0flupGZvk7p88zRR/XDL20kCHp3dB8BbJEOl iZrv3pWtOdrVesfE9kDbNOMB8mpkrRgPMk8+sbvPX61UanBxHI3XT/leoAQMfq30yVfg ycqWxuaKTtEqwvbf6nmJ2ubtt4LhQmBEdjBvuED0gTXDQC2JWsN/ggLnBGmbmmt9exCt sHAiT8uBO7aEz5xmzQrqYQfZt0LSMa83Euefe+IZFFwOB2EZYwwgjH4M6Dv61zjrD7Lx OSzA== MIME-Version: 1.0 Received: by 10.68.195.163 with SMTP id if3mr41870619pbc.127.1335726156967; Sun, 29 Apr 2012 12:02:36 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.142.101.9 with HTTP; Sun, 29 Apr 2012 12:02:36 -0700 (PDT) In-Reply-To: References: <20120421185402.GH1743@albert.catwhisker.org> <7AD8956D-AD18-4CAB-9953-06E00185A7DA@freebsd.org> <20120428150941.e0464900.ray@dlink.ua> <20120428231703.374bc042.ray@dlink.ua> Date: Sun, 29 Apr 2012 12:02:36 -0700 X-Google-Sender-Auth: V_GXFpji7mYL6DhWTohHGkZShEE Message-ID: From: Adrian Chadd To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 Cc: Jason Evans , current@freebsd.org Subject: Re: : jemalloc_arena.c:182: Failed assertion: "p[i] == 0" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2012 19:02:37 -0000 Hi Jason, Cross compiles are now failing for me when I enable MALLOC_PRODUCTION. I'm doing cross-builds using my environment at http://code.google.com/p/freebsd-wifi-build/ . All it requires is a checkout of -HEAD src, so you should be able to reproduce it by following the instructions for an example device: http://code.google.com/p/freebsd-wifi-build/wiki/TpLinkTLWR1043ND You'll have to patch build_freebsd in that SVN repo to populate make.conf with 'MALLOC_PRODUCTION=', rather than pointing it to /dev/null. Please note that for cross builds to MIPS, the compiler being used is GCC and not LLVM. Thanks, Adrian