Re: [sr-dev] [kamailio/kamailio] 5.1.6 tps_redis_load_branch SIGSEGV (#1784)

2019-01-08 Thread Daniel-Constantin Mierla
Closed #1784. -- 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/1784#event-2060389612___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] 5.1.6 tps_redis_load_branch SIGSEGV (#1784)

2019-01-08 Thread Daniel-Constantin Mierla
I pushed the patch to master, 5.2 and 5.1 branches -- the issue was when trying to lookup the INVITE when processing the ACK to retrieve the routing information, no record was found and an unitialized field was used. If this is not solving it, reopen. -- You are receiving this because you are

Re: [sr-dev] [kamailio/kamailio] 5.1.6 tps_redis_load_branch SIGSEGV (#1784)

2019-01-07 Thread Daniel-Constantin Mierla
Can you get the output for gdb commands: ``` frame 1 p *xvbranch1 ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] 5.1.6 tps_redis_load_branch SIGSEGV (#1784)

2019-01-03 Thread dtryba
### Description ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages here) ``` SIP Traffic ``` (paste your sip traffic here) ``` ### Possible Solutions ### Additional