Simon L. Nielsen wrote: > malloc in -CURRENT has some debug flags enabled by default (can't > remember which). See malloc(3) on how to disable the debug flags. The A and J flags are enabled by default (afaik). To disable them, do this: ln -s aj /etc/malloc.conf /Daniel Eriksson