Re: [sr-dev] Kamailio 5.1 nightly (rc2) crashing - udp_rcv_loop(): print buffer building failed

2017-11-30 Thread Daniel-Constantin Mierla
Hello, did you run with debug=3 in kamailio.cfg? That piece of code is new in 5.1, but executed only when debug is at least 3 (which is for troubleshooting purposes, not for production). Anyhow, I will check a bit that part to see if anything is wrong there... Cheers, Daniel On 30.11.17 18:52,

Re: [sr-dev] Kamailio 5.1 nightly (rc2) crashing - udp_rcv_loop(): print buffer building failed

2017-11-30 Thread George Diamantopoulos
OK, so I performed a clean installation on a new debian stretch instance I haven't been able to reproduce the issue so far. Either something changed in the latest nightly, or the fact that I upgraded from 5.0.4 was causing the issue. The deployment is automated with ansible, so there shouldn't be

[sr-dev] [kamailio/kamailio] tm: make t_run_local_req reentrant (#1348)

2017-11-30 Thread Federico Cabiddu
- avoid crash when local-request event route is triggered inside another one Nested calls to tm:local-routes generate a crash. I've been recently experiencing this with the following scenario: - event_route[tm:local-request] defined - dialog module's send_bye param set to 1 - htable module's ena