Hello,
I developed a module for Kamailio SIP project. I would like
Kamailio’s community to consider this work to be included
in the next versions of the project.
The module is called ’ndb_cassandra’, it is a non-driver db
module to write and retrieve information using Apache Cassandra.
It depends on thrift version 0.7.0.
You can check the source code here,
https://github.com/luismartingil/ndb_cassandra
I would like to contribute back to Kamailio project and I think
this module could be very useful. Please let me know
the viability of this add-on.
Thanks,
Luis Martin Gil
Hello
We had this crash today with kamailio 4.0.3 .
It ran stable for few weeks until this crash.
GDB here:
http://pastebin.com/rACV31z8
Regards,
Dragos
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Seudin Kasumovic (seudin)
Attached to Project - sip-router
Summary - modules/mtree: mt_match RPC export
Task Type - Improvement
Category - Modules kamailio
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Hi Kamailians,
Attached patch exports mt_match from mtree module to MI and RPC interface. Original mt_match has got minor extension to provide matched length to be used in print result for RPC and MI. Exported mt_match could be used for quick check matching from cli or admin GUI.
Regards,
Seudin
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=373
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#372 - Out of memory when a request is sent to itself
User who did this - Konstantin (Konstantin)
----------
We investigated this issue in the context of the bigger problem.
We use several custom modules and we met an issue which causes Kamailio server crash.
In all cases we can see that the shared memory is corrupted somehow.
For example,
//Program terminated with signal 11, Segmentation fault.
#0 0x08176264 in fm_malloc ()
(gdb) bt
#0 0x08176264 in fm_malloc ()
#1 0x001a43e2 in shm_malloc (_dom=0x390cdf30, _aor=0x1b9aa4, _contact=0xbfc49408, _ci=0x1b9b20) at ../../mem/shm_mem.h:256
#2 shm_str_dup (_dom=0x390cdf30, _aor=0x1b9aa4, _contact=0xbfc49408, _ci=0x1b9b20) at ../../ut.h:700
#3 new_ucontact (_dom=0x390cdf30, _aor=0x1b9aa4, _contact=0xbfc49408, _ci=0x1b9b20) at ucontact.c:206
#4 0x001b2cd6 in mem_insert_ucontact (_r=0x1b9aa0, _c=0xbfc49408, _ci=0x1b9b20) at urecord.//c:156
Could you recommend how to analyze this problem or
tools how to analyze core dumps to identify the place where the shared memory was corrupted?
May be there is a way or tool to investigate the shared memory content and its integrity
to find out the place where control structures were broken?
Thank you in advance.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=372#comment1179
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.