Re: [sr-dev] [kamailio/kamailio] Memory allocator was called from cdp: diameter_avp.c:365 (#1851)

2019-02-28 Thread Denys
Hello! Issue is fixed! Thanks! Now it shows error without crashing. ``` Feb 28 11:15:08 kamailio /usr/sbin/kamailio[10918]: ERROR: cdp [peerstatemachine.c:634]: I_Snd_CER(): I_Snd_CER(): Error on finding local host address > Socket operation on non-socket Feb 28 11:15:08 kamailio /usr/sbin/kamai

Re: [sr-dev] [kamailio/kamailio] Memory allocator was called from cdp: diameter_avp.c:365 (#1851)

2019-02-27 Thread Daniel-Constantin Mierla
As written in the comment of the github issue, the patch is only in master branch. No rpms are generated from there, so you have to build from source code. Cheers, Daniel On 27.02.19 15:12, denyspozniak wrote: > > I have updated Kamailio from repo: > http://download.opensuse.org/repositories/home

Re: [sr-dev] [kamailio/kamailio] Memory allocator was called from cdp: diameter_avp.c:365 (#1851)

2019-02-27 Thread denyspozniak
I have updated Kamailio from repo: http://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/CentOS_7/ So I hope your patch is there: [root@kamailio]# kamailio -v version: kamailio 5.2.1 (x86_64/linux) 947769 compiled on 20:48:14 Feb 26 2019 with gcc 4.8.5 But got crash again: ```12(

Re: [sr-dev] [kamailio/kamailio] Memory allocator was called from cdp: diameter_avp.c:365 (#1851)

2019-02-26 Thread Daniel-Constantin Mierla
Closed #1851. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1851#event-2164527620___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Memory allocator was called from cdp: diameter_avp.c:365 (#1851)

2019-02-26 Thread Daniel-Constantin Mierla
I found a potential write after the boundary of an allocated array, fix pushed with the commit referenced above. Test with master branch or using the patch of the commit and if all ok, then I will backport. If still an issue, then reopen. -- You are receiving this because you are subscribed t

[sr-dev] [kamailio/kamailio] Memory allocator was called from cdp: diameter_avp.c:365 (#1851)

2019-02-15 Thread denyspozniak
### Description Hello! I have faced with Kamailio (5.1.7) crashes, probably it is connected to cdp module, please check the source of issue. ### Troubleshooting Reproduction Debugging Data ``` GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-114.el7 Copyright (C) 2013 Free Softwa