From owner-svn-src-head@freebsd.org Sat Oct 27 06:09:07 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB08310DB0CC; Sat, 27 Oct 2018 06:09:07 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7581A7FDEB; Sat, 27 Oct 2018 06:09:07 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io1-f53.google.com with SMTP id n11-v6so2036657iob.6; Fri, 26 Oct 2018 23:09:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Zqdwn8qKoAKoMaUi7GH7xekDO+ugLLpR4KFu8waRv1c=; b=AxtE44ZK7v77Bm90KlPwZg/aepvCXdWfj7gLkXVcLvfg0IphX+7j5MeWpoFTaWBiqa fOk6uL+B6L6sO/P69BmWy5kdXic5SXuiUZLqJ4W3lkFDntTrty/sppjfLbhkcIVnMu88 FXjSETfgedvkc829KCW39rtmk1iBbQqsdI97XQBMwA08YgQl60zzMxD0Rt720uEF3p0B lEEgGa9yzGNpCrAUExr96RfIca1bAVIwKUGI8C4V/aWKTebrC2kuJtKELTP++Tf9R9SL IDjKiR6bjH530dMHfVoLgRSSgvg5sdp3qPpEe8hKCnpFzHSuEbG1AL/VTAjbmekQB3bP cZSQ== X-Gm-Message-State: AGRZ1gJMX4TB0Di/SonZv7n2WiDi/B9wJhRBsHNF35cYWmOygPipMIYe i5Ip1f2te8zMa5lEAQmSeVGwNwwaDAbZdeCHym61+QSW X-Google-Smtp-Source: AJdET5fcIjqSDJhW0bUq8rz9o3lPSXTVbiaiF8uv6Yg5iFFfFe11SWUfAJWfJW4Tr5GoT0N6su4+wHjJnrGKYvBJiAs= X-Received: by 2002:a6b:7302:: with SMTP id e2-v6mr3645843ioh.94.1540620540449; Fri, 26 Oct 2018 23:09:00 -0700 (PDT) MIME-Version: 1.0 References: <201810231411.w9NEBaIl051200@repo.freebsd.org> In-Reply-To: <201810231411.w9NEBaIl051200@repo.freebsd.org> From: Antoine Brodin Date: Sat, 27 Oct 2018 08:08:49 +0200 Message-ID: Subject: Re: svn commit: r339655 - head/contrib/jemalloc/src To: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 06:09:08 -0000 On Tue, Oct 23, 2018 at 4:11 PM Edward Tomasz Napierala wrote: > Author: trasz > Date: Tue Oct 23 14:11:35 2018 > New Revision: 339655 > URL: https://svnweb.freebsd.org/changeset/base/339655 > > Log: > Pick f80c97e477d1b3fe7778c65d9439d673738b4131 from upstream: > > Rework the way jemalloc uses mmap(2) on FreeBSD. > > This makes it directly use MAP_EXCL and MAP_ALIGNED() instead > of weird workarounds involving mapping at random places and then > unmapping parts of them. > > Discussed with: jasone > MFC after: 2 weeks > Sponsored by: DARPA, AFRL Hi, I don't know if it's related, but we now encounter a jemalloc assertion when trying to build packages for mips http://beefy7.nyi.freebsd.org/data/head-mips-default/p483081_s339802/logs/errors/pkg-1.10.5_5.log Antoine