]> granicus.if.org Git - icinga2/commitdiff
Update development docs
authorJean Flach <jean-marcel.flach@netways.de>
Tue, 6 Sep 2016 15:37:52 +0000 (17:37 +0200)
committerJean Flach <jean-marcel.flach@netways.de>
Tue, 6 Sep 2016 15:41:09 +0000 (17:41 +0200)
fixes #12662

doc/20-development.md

index 0bbbda37a540bf78ea194e649349d548d81c71cf..b0590e4a8b55706e1890cdb73b07706194c284f0 100644 (file)
@@ -120,7 +120,7 @@ Call GDB with the binary (`/usr/sbin/icinga2` is a wrapper script calling
 `/usr/lib64/icinga2/sbin/icinga2` since 2.4) and all arguments and run it in foreground.
 If VFork causes trouble, disable it inside the gdb run.
 
-    # gdb --args /usr/lib64/icinga2/sbin/icinga2 daemon -x debug -DUseVfork=0
+    # gdb --args /usr/lib64/icinga2/sbin/icinga2 daemon -x debug -DUseVfork=0 --no-stack-rlimit
 
 The exact path to the Icinga 2 binary differs on each distribution. On Ubuntu
 it is installed into `/usr/lib/x86_64-linux-gnu/icinga2/sbin/icinga2` on 64-bit systems