On Apr 12, 2012, at 6:15 AM, Mike Hommey wrote: > From: Mike Hommey <mh at glandium.org> > > Chunk_boot0 calls rtree_new, which calls base_alloc, which locks the > base_mtx mutex. That mutex is initialized in base_boot. > --- > src/jemalloc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied; thanks. Jason