From ac17ea826eca783d116d64abf36aebe022f3c5af Mon Sep 17 00:00:00 2001 From: Brennan Vincent Date: Thu, 5 Aug 2021 03:21:47 -0400 Subject: [PATCH] cherry-pick from upstream jemalloc to fix profiling bug (#9) This depends on tikv/jemalloc#2 , which is a cherry-pick of jemalloc/jemalloc#1604 . See jemalloc/jemalloc#1605 for details of the bug that this fixes; basically, it makes profiling/sampling fail to work under some conditions. We hit this in practice at Materialize when attempting to switch to tikv/jemallocator. Signed-off-by: Brennan Vincent --- jemalloc-sys/configure/VERSION | 2 +- jemalloc-sys/jemalloc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jemalloc-sys/configure/VERSION b/jemalloc-sys/configure/VERSION index 428ded8..c23a515 100644 --- a/jemalloc-sys/configure/VERSION +++ b/jemalloc-sys/configure/VERSION @@ -1 +1 @@ -5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756 +5.2.1-1-g95966b7f38378527576206c8c8f25ce76c4da923 diff --git a/jemalloc-sys/jemalloc b/jemalloc-sys/jemalloc index 897abac..95966b7 160000 --- a/jemalloc-sys/jemalloc +++ b/jemalloc-sys/jemalloc @@ -1 +1 @@ -Subproject commit 897abac9e71ece411ef6d326402bb6b2e1cee5f0 +Subproject commit 95966b7f38378527576206c8c8f25ce76c4da923