From: Nicholas Nethercote Date: Wed, 12 Apr 2006 22:53:23 +0000 (+0000) Subject: Clarify the Helgrind-doesn't-work message. X-Git-Tag: svn/VALGRIND_3_2_0~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbdafcaef4a92514e58f27a59746449b40a6a7d;p=thirdparty%2Fvalgrind.git Clarify the Helgrind-doesn't-work message. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5846 --- 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);