On Thursday 06 December 2007, Daniel wrote:
>
I'm using the latest trunk version of openser.
> When I start the proxy I see on debug this messages repeated forever...
> I'm using a config file that worked well wiht openser release
1.2.2.
>
> Dec 6 15:55:14 [28924] DBG:core:qm_free: params(0x817ada0, 0x81caa24),
> called from
nathelper.c: nh_timer(2941)
> Dec 6 15:55:14 [28924] DBG:core:qm_free: freeing frag. 0x81caa0c alloc'ed
> from nathelper.c: nh_timer(2841)
> Dec 6 15:55:15 [28924] DBG:core:qm_malloc: params (0x817ada0, 8), called
> from nathelper.c: nh_timer(2841)
> Dec 6 15:55:15 [28924] DBG:core:qm_malloc: params (0x817ada0, 8), returns
Hi Daniel,
this is the (harmless) memory debugging that was activated to catch some
errors in memory management. This will be decativated next week, when 1.3 is
released. So you can either deactivate it by yourself (look in
Makefile.defs), ignore the messages or wait one week.
;-)
Cheers,
Henning
Hi Henning,