Friends,
A few days ago I got complains in the IRC channel that kamailio was a dead project because there was never anyone in the channel to support it. It might be helpful for the project if more of us try to connect to the #kamailio and #sip-router channels more frequently.
It's quite empty.
From the Sip-Router marketing dept.
/O
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#145 - crash at startup if listen address does not exist
User who did this - Juha Heinanen (jh)
----------
(gdb) frame 1
#1 0x080f3739 in find_mod_export_record (mod=0xb75092e8 "db_mysql",
name=0xb72dc1e3 "db_bind_api", param_no=0, flags=0, mod_if_ver=0xbfcb5bac)
at sr_module.c:621
warning: Source file is more recent than executable.
621 if (mod!=0 && (strcmp(t->exports.name, mod) !=0))
(gdb) p *t
$1 = {path = 0x6d5f6264 <Address 0x6d5f6264 out of bounds>,
handle = 0x6c717379, orig_mod_interface_ver = 1865363258, exports = {
name = 0x786e6570 <Address 0x786e6570 out of bounds>, cmds = 0x706f3a67,
params = 0x67786e65, init_f = 0x40333231, response_f = 0x61636f6c,
destroy_f = 0x736f686c, onbreak_f = 0x65732f74,
init_child_f = 0xb66d0072 <w_setsflag+258>, dlflags = 0,
rpc_methods = 0x0, stats = 0x0, mi_cmds = 0x0, items = 0x0, procs = 0x0},
next = 0xb730c2f8}
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=145#comment283
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#145 - crash at startup if listen address does not exist
User who did this - Daniel-Constantin Mierla (miconda)
----------
It happens after the modules were loaded, so still is not clear why the comparison between the name of the module from function parameter against the one from modules list crashes. Probably some corruption, if you have the core file, with gdb, do:
frame 1
p *t
Let's see the content of t variable, maybe it is corrupted.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=145#comment282
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#145 - crash at startup if listen address does not exist
User who did this - Juha Heinanen (jh)
----------
Debug messages mailed privately to Daniel.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=145#comment281
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 is now closed:
FS#157 - fix_nated_sdp("1") cannot handle more than one media description
User who did this - Juha Heinanen (jh)
Reason for closing: Fixed
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=157
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.
Juha Heinanen has taken ownership of the following task:
FS#157 - fix_nated_sdp("1") cannot handle more than one media description
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=157
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.
A new Flyspray task has been opened. Details are below.
User who did this - Juha Heinanen (jh)
Attached to Project - sip-router
Summary - fix_nated_sdp("1") cannot handle more than one media description
Task Type - Bug Report
Category - Module
Status - New
Assigned To -
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - fix_nated_sdp("1") implementation simply adds line
a=direction:active line
to the end of message body. this sort of works if sdp contains only one media description. if it contains more than one, the line must be added to all of them.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=157
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#145 - crash at startup if listen address does not exist
User who did this - Daniel-Constantin Mierla (miconda)
----------
This partial log does not help. The crash is caused by the procedure of calling destroy functions from the module. This process is caused by the error of not being able to listen on given address, but the actual crash was from destroy function in htable module. I was looking at the line of crash and happens when comparing a module name given as parameter (db_mysql in this case) with those in the list of loaded modules. If no module was loaded then the list is NULL and no comparison should happen.
I need at least the log messages printed from sr_module.c functions and those related to htable module.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=145#comment280
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.