Subject: Re: CVS commit: src/lib/libc/stdlib
To: None <ad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 12/28/2007 21:24:24
> Module Name:	src
> Committed By:	ad
> Date:		Sat Dec  1 22:44:44 UTC 2007
> 
> Modified Files:
> 	src/lib/libc/stdlib: jemalloc.c
> 
> Log Message:
> Back out the per-cpu arena changes. With this, ld.so magically stops
> loading libc/libpthread twice -- which does not make sense, because it
> has its own private malloc().
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.14 -r1.15 src/lib/libc/stdlib/jemalloc.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

is there a recipe to reproduce the problem?

YAMAMOTO Takashi