[sr-dev] [kamailio/kamailio] Segfault when processing replies from a outgoing tcp connection (#1829)

Daniel-Constantin Mierla notifications at github.com
Wed Feb 13 14:14:43 CET 2019


Trying to understand how I can reproduce it in order to troubleshoot ...

So, I have to use `KSR.pv.get("$sel(@hf_value.Via)")` inside `ksr_reply_route()` of a Python (app_python) script? The it crashes after a while of handling traffic (14-20 packets -- requests and replies, or only replies)?

At the first thought, should not be a KEMI export issue, but a `select` variable issue. From what is strictly related to KEMI code, either KSR.pv.get("$sel(via)") or KSR.pv.get("$sel(@hf_value.Via)") have the sam code, but then it ends up in executed code from textopsx module to get the $sel(@hf_value.Via), while I think the $sel(via) is implemented in the core. The `select` variables were implemented by SER developers when Kamailio was a separate project (during 2005-2008) and we got the code with the merge in 2008-2009. So, overall I am not that familiar with that code, but it has to be fixed, so being able to reproduce will help a lot.

-- 
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/1829#issuecomment-463194595
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190213/2b4a1d53/attachment-0001.html>


More information about the sr-dev mailing list