svn commit: r339655 - head/contrib/jemalloc/src

Antoine Brodin antoine at freebsd.org
Sat Oct 27 06:09:08 UTC 2018


On Tue, Oct 23, 2018 at 4:11 PM Edward Tomasz Napierala
<trasz at freebsd.org> 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


More information about the svn-src-all mailing list