Re: [sr-dev] [kamailio/kamailio] BUG: qm_free: freeing already freed pointer - versions 5.1.3 (#1939)

2019-05-20 Thread Daniel-Constantin Mierla
Closed #1939. -- 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/1939#event-2352512645___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] BUG: qm_free: freeing already freed pointer - versions 5.1.3 (#1939)

2019-05-20 Thread Daniel-Constantin Mierla
I added a parameter to control how often the rpc reload commands can be done. It is in master branch. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] BUG: qm_free: freeing already freed pointer - versions 5.1.3 (#1939)

2019-04-29 Thread ohammami
Yes we do reload it over http at the same time. Meanwhile, I will fix my deployment code to run it at the end of the deployment instead of do it for every instance. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] BUG: qm_free: freeing already freed pointer - versions 5.1.3 (#1939)

2019-04-29 Thread Daniel-Constantin Mierla
Probably it requires a mechanism to detect if a reload operation is ongoing -- there are two structures caching the records from the database, one active and one to build the new list on reload, rotating once the reload is finished. But if many reload operations happen at the same time, then it