From bfbdafcaef4a92514e58f27a59746449b40a6a7d Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 12 Apr 2006 22:53:23 +0000 Subject: [PATCH] Clarify the Helgrind-doesn't-work message. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5846 --- helgrind/hg_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index 0c86e62363..e5c0241e77 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -3394,6 +3394,8 @@ static void hg_pre_clo_init(void) " platforms introduced in Valgrind 3.0.0\n" " (b) we need to get thread operation tracking working again after\n" " the changes added in Valgrind 2.4.0\n" +" If you want to use Helgrind, you'll have to use Valgrind 2.2.0, which is\n" +" the most recent Valgrind release that contains a working Helgrind.\n" "\n" "Sorry for the inconvenience. Let us know if this is a problem for you.\n"); VG_(exit)(1); -- 2.47.2