You're welcome.
After more tries, the segmentation faults don't seem to be related to my patch as :
- the segmentation occurs between the database locks release and the
"tps_reappend_route" function and simply adding a sleep between database locks
releases and it solved (partially) my issue.
- more children i use more often the segmentation occurs, and, on the contrary, less
threads i use, less often the segmentation occurs
- even with removing my patch if i start kamailio with, for example, more than 10
children, children dies and so kamailio exits.
So, it seems the problem is more database locking/releasing related, but that would mean
very complicated debugging... i would be unable to do.
Maybe you have more ideas i have... let me know if you need more informations, you would
probably be able to reproduce the issue has it only requires to add more children to
kamailio process.
---
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/716#issuecomment-237043962