Re: [SR-Users] kamailio tls.reload core dump

2013-11-18 Thread Klaus Darilion
Hi Ding! The TLS module is mostly BSD licensed. Thus, it would be great if you can BSD license your patch too. This eases integration of Kamailio-TLS in Debian. Thanks Klaus On 16.11.2013 06:26, Ding Ma wrote: Yes, give me a couple of days to get a clean patch based on 4.0.4. The original p

Re: [SR-Users] kamailio tls.reload core dump

2013-11-15 Thread Ding Ma
Yes, give me a couple of days to get a clean patch based on 4.0.4. The original patch was done on 4.0.3. Thanks, On 11/15/2013 3:59 AM, Klaus Darilion wrote: Hi Ding Ma! It would be great if you can provide the patch at the tracker. https://sip-router.org/tracker/ regards Klaus On 25.10.201

Re: [SR-Users] kamailio tls.reload core dump

2013-11-15 Thread Klaus Darilion
Hi Ding Ma! It would be great if you can provide the patch at the tracker. https://sip-router.org/tracker/ regards Klaus On 25.10.2013 01:54, Ding Ma wrote: Is this the right way to build without optimization? make cfg-defs mode=debug We'll try this later. By the way, after looking at the cor

Re: [SR-Users] kamailio tls.reload core dump

2013-10-25 Thread Klaus Darilion
Great! Please submit the patch on the bug tracker: https://sip-router.org/tracker/ It will then be reviewed before applying. thanks Klaus On 25.10.2013 01:54, Ding Ma wrote: Is this the right way to build without optimization? make cfg-defs mode=debug We'll try this later. By the way, after l

Re: [SR-Users] kamailio tls.reload core dump

2013-10-24 Thread Ding Ma
Is this the right way to build without optimization? make cfg-defs mode=debug We'll try this later. By the way, after looking at the core dump and the TLS code, found a memory leak and an error in tls_free_cfg() and collect_gabarge(). We have patched the code, also implemented the locks and cha

Re: [SR-Users] kamailio tls.reload core dump

2013-10-24 Thread Klaus Darilion
You should build Kamailio without optimizations. "" does not bring much information. regards Klaus On 23.10.2013 21:48, Ding Ma wrote: Hi, all This is related to the previous tls.reload not safe email chain. Now we have a detailed gdb output that shows the stack trace of the core dump. Please