]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37392 - alexcrichton:more-disable-jemalloc, r=brson
authorbors <bors@rust-lang.org>
Sun, 30 Oct 2016 10:31:00 +0000 (03:31 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Oct 2016 10:31:00 +0000 (03:31 -0700)
commitaef5ca5590a23799396aa656bd303731c9d96531
tree7e70acb5d5b48ec4d8c70ef5fbcc07e61fcfd6e8
parent12382665a9b92b3e7af27f8c2d56e39eeffe95a6
parentde80670f7487f5db26e3929f7f2f464345859b49
Auto merge of #37392 - alexcrichton:more-disable-jemalloc, r=brson

Disable jemalloc on aarch64/powerpc

Sounds like jemalloc is broken on systems which differ in page size than the
host it was compiled on (unless an option was passed). This unfortunately
reduces the portability of binaries created and can often make Rust segfault by
default. For now let's patch over this by disabling jemalloc until we can figure
out a better solution.

Closes #36994
Closes #37320
cc jemalloc/jemalloc#467