From: Jean Flach Date: Tue, 6 Sep 2016 15:37:52 +0000 (+0200) Subject: Update development docs X-Git-Tag: v2.6.0~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d13b129195fc16856c83182d37d6e03667927ca;p=icinga2 Update development docs fixes #12662 --- diff --git a/doc/20-development.md b/doc/20-development.md index 0bbbda37a..b0590e4a8 100644 --- a/doc/20-development.md +++ b/doc/20-development.md @@ -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