Re: [SR-Users] Segmentation fault in DMQ module

2020-03-27 Thread Daniel-Constantin Mierla
Thanks for testing and the feedback! Check also if this one can affect you:   * https://github.com/kamailio/kamailio/issues/2224#issuecomment-602730307 I just backported all of them to 5.3, so if you want to test, you can use directly the latest branch 5.3. Cheers, Daniel On 26.03.20 13:20,

Re: [SR-Users] Segmentation fault in DMQ module

2020-03-26 Thread Virgílio Cunha
Hello Daniel, I followed your recommendation and upgraded to kamailio-5.3.3 but the problem remains with this version. So I applied this patch: https://github.com/kamailio/kamailio/commit/21bdbff049571ca22f1205a041c8b1162005d319 and I run the tests again. After applying the patch, I was no longer

Re: [SR-Users] Segmentation fault in DMQ module

2020-03-18 Thread Virgílio Cunha
Hi, Sorry for using this topic for this question, but where can I find Kamailio's release policy? I needed to know how long the kamailio 5.3.x branch will maintain its support. Best Regards, Virgílio Cunha Em ter., 17 de mar. de 2020 às 11:03, Daniel-Constantin Mierla < mico...@gmail.com>

Re: [SR-Users] Segmentation fault in DMQ module

2020-03-17 Thread Daniel-Constantin Mierla
Hello, if it is a runtime issue, then it is better to upgrade to a supported release series and try to reproduce it. Looking at startup/shutdown code is easier than the rest used during runtime by a module, but it is not the case here. So we may waste a lot of time to dig into it and discover it

Re: [SR-Users] Segmentation fault in DMQ module

2020-03-17 Thread Virgílio Cunha
Hi, The problem does not just occur when kamailio is restarted. The restart was the way I found to reproduce the problem, because when a proxy is restarted, there is more traffic from DMQ messages, so the problem is more likely to occur. The full backtrace is following: GNU gdb (GDB) Red Hat

Re: [SR-Users] Segmentation fault in DMQ module

2020-03-17 Thread Daniel-Constantin Mierla
Hello, does it happen only when doing restart of kamailio? Can you send the full backtrace from gdb? Also, 5.0.x is no longer a supported release for quite some time, try to upgrade to 5.2.x or even better to the latest one 5.3.x and see if you can reproduce it with one of the supported

Re: [SR-Users] Segmentation fault in DMQ module

2020-03-17 Thread Henning Westerholt
/ Kamailio services – https://gilawa.com<https://gilawa.com/> From: sr-users On Behalf Of Virgílio Cunha Sent: Tuesday, March 17, 2020 10:33 AM To: Kamailio (SER) - Users Mailing List Subject: [SR-Users] Segmentation fault in DMQ module Hello, I have in production environment with 4 proxies

[SR-Users] Segmentation fault in DMQ module

2020-03-17 Thread Virgílio Cunha
Hello, I have in production environment with 4 proxies using DMQ to sync terminal registers and the DMQ configuration parameters is following: loadmodule "dmq.so" #modparam("dmq", "server_address", "sip:MY_IP_ADDRESS:MY_PORT_ADDRESS") modparam("dmq", "notification_address", "DMQ_HOSTS")