Преглед на файлове

debugger: Update doku

Document why debugger module should be loaded first in the module sequence.
Stefan Mititelu преди 9 години
родител
ревизия
5a2c043769
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      modules/debugger/doc/debugger_admin.xml

+ 4 - 0
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>