Module: kamailio
Branch: master
Commit: 5a2c0437693cd2ee08290892d15c8b64a8003784
URL:
https://github.com/kamailio/kamailio/commit/5a2c0437693cd2ee08290892d15c8b6…
Author: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Committer: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Date: 2016-01-15T14:10:48+02:00
debugger: Update doku
Document why debugger module should be loaded first in the module sequence.
---
Modified: modules/debugger/doc/debugger_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/5a2c0437693cd2ee08290892d15c8b6…
Patch:
https://github.com/kamailio/kamailio/commit/5a2c0437693cd2ee08290892d15c8b6…
---
diff --git a/modules/debugger/doc/debugger_admin.xml
b/modules/debugger/doc/debugger_admin.xml
index d0f3511..0c96632 100644
--- a/modules/debugger/doc/debugger_admin.xml
+++ b/modules/debugger/doc/debugger_admin.xml
@@ -57,6 +57,10 @@
</listitem>
</itemizedlist>
</para>
+ <para>
+ NOTE: Due to the debugger module child_init() function, one should load the module
first in the module sequence in order to initialize _dbg_pid_list.
+ Otherwise, another module (i.e. p_usrloc) forking a process with rank != PROC_INIT will
fail.
+ </para>
</section>
<section>
<title>External Libraries or Applications</title>