[sr-dev] [kamailio/kamailio] Kamailio 5.3.0 crashed when exec module tried to execute external program (#2165)

Daniel-Constantin Mierla notifications at github.com
Wed Dec 11 13:12:07 CET 2019


Is the exec_avp() used in a failure_route block?

Can you get from the core file the output for the next gdb commands:

```
list
info locals
p t
p *t
p *t->uas.request
p faked_req
p *faked_req
```

Do you need the output of the shell command? If not, you can run it with the option to go in background, so there is no blocking waiting for the shell command to complete, like:

```
exec_avp("/usr/bin/zabbix_sender --config ZABBIX_AGENT_CONFIG_PATH --key ecsp_no_telephony --value 1 &");
```


-- 
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/2165#issuecomment-564512824
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20191211/639cc5d6/attachment.html>


More information about the sr-dev mailing list