Module: sip-router
Branch: master
Commit: 1db6c72af33b20234cc16483dc8dd56a83f514a2
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1db6c72…
Author: Andrey Mazo <ahippo(a)yandex.ru>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: Mon Jan 23 15:20:22 2012 +0400
Fix license in atomic_alpha.h
This reverts an accidental change from 6aaba8e96fc87e1938b7abfdb5964714e4adfa3c.
---
atomic/atomic_alpha.h | 2 +-
1 files changed, 1 insertions(+), 1 …
[View More]deletions(-)
diff --git a/atomic/atomic_alpha.h b/atomic/atomic_alpha.h
index fa94d85..598fb23 100644
--- a/atomic/atomic_alpha.h
+++ b/atomic/atomic_alpha.h
@@ -10,7 +10,7 @@
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCEAtomic operations and memory barriers (alpha specific)
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
[View Less]
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Rob Gagnon (rgagnon)
Attached to Project - sip-router
Summary - kamailio does not stop if debug >= 3
Task Type - Bug Report
Category - Core
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - Linux
Severity - Medium
Priority - Normal
Reported Version - 3.1
Due in Version - Undecided
Due Date - Undecided
Details - If kamailio.cfg has debug set to …
[View More]3 or more, or if the "kamctl fifo debug 3" (or a number above 3) is issued after starting kamailio, it will not stop unless debug is changed first to a number below 3, or issuing a second stop request.
Using CentOS 5.7 x86_64
Installed Kamailio 3.2.1 from RPM
Steps to Reproduce:
~~~~~~~~~~~~~~~~~~~
service kamailio start # indicates "OK"
kamctl fifo debug 3
service kamailio stop # After a longer than normal pause, indicates "OK"
ps -ef|grep kamailio # shows kamailio still running
service kamailio stop # After a longer than normal pause, indicates "OK"
ps -ef|grep kamailio # does not show kamailio running
Work-around I've implemented for now:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Within /etc/init.d/kamailio, in the "stop()" area of the code. I've added a "kamctl fifo debug 1" before the "killproc $KAM".
This ensures the debug level is lowered before stopping the program.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=199
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.
[View Less]
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#199 - kamailio does not stop if debug >= 3
User who did this - Rob Gagnon (rgagnon)
http://sip-router.org/tracker/index.php?do=details&task_id=199
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 …
[View More]the URL shown above.
[View Less]