Daniel-Constantin Mierla writes:
What version are you using? Being fm_free, means it is
without mem debug
on, so it should be same behavior as before. This memory manager does
not keep track of locations for malloc/free, you have to recompile with
MEMDBG=1 and then you should see the location details.
i recompiled with these options:
/usr/bin/make cfg CC=cc CFLAGS="-Wall -g" MEMDBG=1 QUIET=1 FMSTATS=1 KMSTATS=1
SCTP=1 STUN=1 ...
but don't get any more info to syslog than earlier:
Oct 2 14:49:15 siika /usr/sbin/sip-proxy[26672]: WARNING: <core>
[mem/f_malloc.c:512]: WARNING:fm_free: free(0) called
-- juha