From f02626e1a7f8820b0b290f500f4ff606d93fe4ec Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Mon, 19 Mar 2018 08:36:22 +0200 Subject: [PATCH] Increase the number of entries in the stack trace in test-valgrind The default seems to hide a lot of detail when the malloc call is very deep inside a library and not in dunst code itself. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 034cf31..3edd1e7 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ test-valgrind: test/test --leak-check=full \ --show-leak-kinds=definite \ --errors-for-leak-kinds=definite \ + --num-callers=40 \ --error-exitcode=123 \ ./test