Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-31 Thread Muhammad Shahzad Shafi
The problem seems to have fixed. Kamailio running smooth and stable for over a week now. Thank you so much for your help in fixing this issue. -- 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] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-29 Thread Daniel-Constantin Mierla
Reopen if still an issue there. -- 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/1040#issuecomment-290196344___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-29 Thread Daniel-Constantin Mierla
Closed #1040. -- 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/1040#event-1021050699___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Muhammad Shahzad Shafi
Thank you very much for advice and quick fix. I will update kamailio deployment tonight and test it throughout this week. Hopefully the problem is resolved. Thank you. -- 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] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Daniel-Constantin Mierla
Ported! To see what is executed from config, you can enabled cfgtrace from debugger module. I think you should add another character in between # and ! as whitespace is skipped in many cases by the parser, like `#-!`. -- You are receiving this because you are subscribed to this thread. Reply

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Muhammad Shahzad Shafi
Also can you please add siptrace module memory leak patch above to kamailio v4.4.x branch as well? Since we have not yet upgraded to v5.0 yet. Thank you. -- 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] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Muhammad Shahzad Shafi
Hi, It is set only when we need to have sip trace, for example here is one of code fragments that do SIP tracing, ... # !define WITH_LEGAL_INTERCEPTION ... #!ifdef WITH_LEGAL_INTERCEPTION # check if source is marked for sip trace, this will be only set if local authentication is

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Daniel-Constantin Mierla
Do you set a value for $avp(traced_user)? -- 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/1040#issuecomment-288043135___ sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Muhammad Shahzad Shafi
Hi, No, I am not using trace_mode parameter in config, so i guess it is default to 0. However, i am using trace_on parameter set to 1. But i think that should not triggers sip trace unless i call sip_trace method or set transaction flag for sip trace. Here are my module param settings,

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-20 Thread Daniel-Constantin Mierla
Do you have trace_mode parameter for siptrace set to 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/1040#issuecomment-287960310___

[sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-20 Thread Muhammad Shahzad Shafi
### Description We have a Kamailio v4.4.5 Git-Rev. e9d576 running on Debian Wheezy 32bit KVM machine. We are experiencing random crashes since morning and so far Kamailio has crashed at least twice. ### Troubleshooting Reproduction This issue occurs randomly. We are not able to