Re: [SR-Users] f_malloc WARNINGS in syslog

2017-03-17 Thread Diego Nadares
Thanks Daniel!

2017-03-17 4:22 GMT-03:00 Daniel-Constantin Mierla :

> Hello,
>
> set memdbg and memlog parameters to a higher value than debug parameter.
> The messages are useful only if you troubleshoot memory operations.
>
> Cheers,
> Daniel
>
> On 16/03/2017 21:16, Diego Nadares wrote:
>
> Hi Guys,
>
> I'm seeing a lot of warnings in my syslog. Is this normal? Or maybe I am
> doing something wrong in my cfg?
>
> 
> Mar 16 17:11:47 dwsipm03 ./kamailio[26226]: WARNING: 
> [mem/f_malloc.c:444]: fm_malloc(): fm_malloc(0x7f68e5199010, 8) called from
> nathelper: nathelper.c: nh_timer(2078)
> Mar 16 17:11:47 dwsipm03 ./kamailio[26226]: WARNING: 
> [mem/f_malloc.c:527]: fm_malloc(): fm_malloc(0x7f68e5199010, 8) returns
> address 0x7f68e52a2d50
> Mar 16 17:11:47 dwsipm03 ./kamailio[26226]: WARNING: 
> [mem/f_malloc.c:588]: fm_free(): fm_free(0x7f68e5199010, 0x7f68e52a2d50),
> called from nathelper: nathelper.c: nh_timer()
> Mar 16 17:11:47 dwsipm03 ./kamailio[26226]: WARNING: 
> [mem/f_malloc.c:607]: fm_free(): fm_free: freeing block alloc'ed from
> nathelper: nathelper.c: nh_timer(2078)
> .
> Mar 16 17:15:44 dwsipm03 ./kamailio[26210]: WARNING: 
> [mem/f_malloc.c:607]: fm_free(): fm_free: freeing block alloc'ed from core:
> xavp.c: xavp_new_value(94)
> Mar 16 17:15:44 dwsipm03 ./kamailio[26210]: WARNING: 
> [mem/f_malloc.c:588]: fm_free(): fm_free(0x7f68d9d51000, 0x7f68da069ca8),
> called from tm: h_table.c: free_cell_helper(246)
> Mar 16 17:15:44 dwsipm03 ./kamailio[26210]: WARNING: 
> [mem/f_malloc.c:607]: fm_free(): fm_free: freeing block alloc'ed from tm:
> h_table.c: build_cell(317)
> Mar 16 17:15:44 dwsipm03 ./kamailio[26210]: WARNING: 
> [mem/f_malloc.c:588]: fm_free(): fm_free(0x7f68d9d51000, 0x7f68da031f00),
> called from tm: h_table.c: free_cell_helper(150)
> 
>
>
> Thanks in advance.
>
> Diego
>
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing 
> listsr-us...@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
> --
> Daniel-Constantin Mierlawww.twitter.com/miconda -- www.linkedin.com/in/miconda
> Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) - 
> www.asipto.com
> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] f_malloc WARNINGS in syslog

2017-03-17 Thread Daniel-Constantin Mierla
Hello,

set memdbg and memlog parameters to a higher value than debug parameter.
The messages are useful only if you troubleshoot memory operations.

Cheers,
Daniel


On 16/03/2017 21:16, Diego Nadares wrote:
> Hi Guys,
>
> I'm seeing a lot of warnings in my syslog. Is this normal? Or maybe I
> am doing something wrong in my cfg?
>
> 
> Mar 16 17:11:47 dwsipm03 ./kamailio[26226]: WARNING: 
> [mem/f_malloc.c:444]: fm_malloc(): fm_malloc(0x7f68e5199010, 8) called
> from nathelper: nathelper.c: nh_timer(2078)
> Mar 16 17:11:47 dwsipm03 ./kamailio[26226]: WARNING: 
> [mem/f_malloc.c:527]: fm_malloc(): fm_malloc(0x7f68e5199010, 8)
> returns address 0x7f68e52a2d50
> Mar 16 17:11:47 dwsipm03 ./kamailio[26226]: WARNING: 
> [mem/f_malloc.c:588]: fm_free(): fm_free(0x7f68e5199010,
> 0x7f68e52a2d50), called from nathelper: nathelper.c: nh_timer()
> Mar 16 17:11:47 dwsipm03 ./kamailio[26226]: WARNING: 
> [mem/f_malloc.c:607]: fm_free(): fm_free: freeing block alloc'ed from
> nathelper: nathelper.c: nh_timer(2078)
> .
> Mar 16 17:15:44 dwsipm03 ./kamailio[26210]: WARNING: 
> [mem/f_malloc.c:607]: fm_free(): fm_free: freeing block alloc'ed from
> core: xavp.c: xavp_new_value(94)
> Mar 16 17:15:44 dwsipm03 ./kamailio[26210]: WARNING: 
> [mem/f_malloc.c:588]: fm_free(): fm_free(0x7f68d9d51000,
> 0x7f68da069ca8), called from tm: h_table.c: free_cell_helper(246)
> Mar 16 17:15:44 dwsipm03 ./kamailio[26210]: WARNING: 
> [mem/f_malloc.c:607]: fm_free(): fm_free: freeing block alloc'ed from
> tm: h_table.c: build_cell(317)
> Mar 16 17:15:44 dwsipm03 ./kamailio[26210]: WARNING: 
> [mem/f_malloc.c:588]: fm_free(): fm_free(0x7f68d9d51000,
> 0x7f68da031f00), called from tm: h_table.c: free_cell_helper(150)
> 
>
>
> Thanks in advance.
>
> Diego
>
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

-- 
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) - 
www.asipto.com
Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users