Rainer Orth <r...@cebitec.uni-bielefeld.de> writes: > 2011-04-03 Rainer Orth <r...@cebitec.uni-bielefeld.de> > > PR go/48222 > * runtime/malloc.goc (runtime_mallocinit): Call > runtime_Mprof_Init, runtime_initfintab. > * runtime/cpuprof.c (runtime_cpuprofinit): New function. > * runtime/runtime.h (runtime_cpuprofinit): Declare it. > * runtime/go-main.c (main): Use it.
Thanks for tracking this down. I wonder why I never saw the problem on GNU/Linux? I committed your patch. Ian