THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#436 - memory leak in mysql module
User who did this - Torrey Searle (tsearle)
----------
command not found.... apparently it's because I don't load the cfg_rpc module in my config
I'll look to see if I can reproduce it in the with the module loaded, but that's going to take a bit of time :-)
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=436#comment1490
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#436 - memory leak in mysql module
User who did this - Daniel-Constantin Mierla (miconda)
----------
Can you run:
kamcmd cfg.set_now_int core mem_dump_pkg 10470
Then what the logs for memory dump and attach it to see if there is a leak around. If you don't have anymore that instance, then take the pid of the MI FIFO process.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=436#comment1489
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#436 - memory leak in mysql module
User who did this - Torrey Searle (tsearle)
----------
log analysis indicates the issue happened after 3 days
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=436#comment1488
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#436 - memory leak in mysql module
User who did this - Daniel-Constantin Mierla (miconda)
----------
What version do you have? What command do you use for reloading?
Is it showing up quickly? Can you give the output for:
kamctl ps
kamcmd pkg.stats
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=436#comment1486
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 - Torrey Searle (tsearle)
Attached to Project - sip-router
Summary - memory leak in mysql module
Task Type - Bug Report
Category - DB interface
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - after running kamailio with a per-minute reload of the address module I eventually get the following error
ERROR: db_mysql [km_res.c:81]: db_mysql_get_columns(): no private memory left
ERROR: db_mysql [km_res.c:214]: db_mysql_convert_result(): error while getting column names
ERROR: db_mysql [km_dbase.c:191]: db_mysql_store_result(): error while converting result
This is the case even with the patch of 37983c9f57536c57c5d34ce2d8a1c8f411e61e39
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=436
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.
Hi!
Got a minute to explore the old wiki and found a very interesting document:
http://www.kamailio.org/dokuwiki/doku.php/troubleshooting:tm:t_relay
In this document, Juha and Iñaki discusses how t_relay REALLY works and in which cases
the failure_route is executed.
Is this document still valid? Do we still have to document this in TM? Are any of these issues fixed in the code?
Maybe we should copy the document over to the new wiki.
/O
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#435 - crash in parser/sdp/sdp_helpr_funcs.c
User who did this - Daniel-Constantin Mierla (miconda)
----------
The issue was when parsing the line:
a=rtpmap:9 G700
According to the rfc4566, the format of the line is:
a=rtpmap:<payload type> <encoding name>/<clock rate> [/<encoding parameters>]
The clock rate is missing and the parser was not handling properly this case.
I pushed a fix with the commit:
- http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c842bda…
Needs a bit of testing before backporting, I had not time yet, I will do it soon, but feedback is welcome. Also, there is some room for improvement around that sdp parsing.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=435#comment1485
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.