Re: [sr-dev] Releasing Kamailio v5.4.1

2020-08-31 Thread Daniel-Constantin Mierla
Hello, quick reminder for the plans to release v5.4.1 tomorrow, just in case someone has encountered any (potential) issue in the 5.4 branch and it is not reported, do it so we can have a look and maybe it can be fixed in time for the patch release. Cheers, Daniel On 24.08.20 10:14,

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread sagarmalam
@miconda , Yes i am adding and removing on the fly. I am adding(using ka_add_destination) to KA list on successful registration and removing(using ka_del_destination) when registration expires. ``` #KEEPALIVE### modparam("keepalive",

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread Daniel-Constantin Mierla
The timer for keepalive is stopped, but here it seems to come a pointer which was stored inside sip transaction structure and used when the transaction completes (on 408 timeout or 200ok response). If between the options and final response the ka destination structure is destroyed, then the tm

[sr-dev] Kamailio World Online Event - Schedule and access details

2020-08-31 Thread Daniel-Constantin Mierla
Hello, the schedule for Kamailio World Updates has been published - it is an online event happening this week, on Wed-Thu, Sep 2-3, 2020, from 13:00UTC to 17:00UTC, more details are available at:   * https://www.kamailioworld.com/k08-online/ The agenda includes presentations, live demos and

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread Nacho G.
In principle, there is a lock used for destination list: https://github.com/kamailio/kamailio/blob/master/src/modules/keepalive/keepalive_api.c#L178 and when freeing the destination the timer is being stopped,

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread Daniel-Constantin Mierla
@NGSegovia - it is what I asked in my first comments, based on what I saw in the code. But the last backtrace shows also URI field being invalid, so maybe the ka structure is compromised/overwritten -- like already freed/destroyed while the keepalive was ongoing, and another process got the

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread Nacho G.
I'd say the reporter is adding the destination from another module, and not from .cfg. `statechanged_clb` should be null (and not run) when the destination is added through cfg. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:master:8aeaee0f: pv: new transformation {uri.saor}

2020-08-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8aeaee0fda4013e1fe0477ce1dcb31738dc18aea URL: https://github.com/kamailio/kamailio/commit/8aeaee0fda4013e1fe0477ce1dcb31738dc18aea Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-08-31T09:37:45+02:00 pv: new

[sr-dev] git:5.4:b1ce252f: keepalive: removed function name from log messages

2020-08-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.4 Commit: b1ce252f8090f66de290cec95dbb6e1762ee6bdf URL: https://github.com/kamailio/kamailio/commit/b1ce252f8090f66de290cec95dbb6e1762ee6bdf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-08-31T12:16:05+02:00 keepalive: removed

[sr-dev] git:master:17d6a880: keepalive: removed function name from log messages

2020-08-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 17d6a88090e2a67f5c0b06e6aae76d629595b37e URL: https://github.com/kamailio/kamailio/commit/17d6a88090e2a67f5c0b06e6aae76d629595b37e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-08-31T12:15:00+02:00 keepalive: removed

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread Daniel-Constantin Mierla
Can you make a minimal kamailio config to reproduce this issue? The uri field is compromised, maybe due to a free/destroy of the keepalive structure. Are you adding/removing ka destinations on the fly/during runtime? -- You are receiving this because you are subscribed to this thread. Reply to

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread sagarmalam
I have generated fresh core dump : ``` GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-110.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is

Re: [sr-dev] [kamailio/kamailio] Kamailio-5.4.0 : Crashes from keepalive module (#2448)

2020-08-31 Thread Luis Martin Gil
@NGSegovia FYI -- 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/2448#issuecomment-683634852___ Kamailio (SER) - Development Mailing List