From 7d13b129195fc16856c83182d37d6e03667927ca Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Tue, 6 Sep 2016 17:37:52 +0200 Subject: [PATCH] Update development docs fixes #12662 --- doc/20-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0