Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <palves@redhat.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>
Cc: Philippe Waroquiers <philippe.waroquiers@skynet.be>,
	       gdb-patches@sourceware.org
Subject: Re: [patch] Avoid false valgrind warnings on linux_ptrace_test_ret_to_nx
Date: Wed, 20 Feb 2013 15:06:00 -0000	[thread overview]
Message-ID: <5124E66D.3060606@redhat.com> (raw)
In-Reply-To: <20130220140520.GA10822@host2.jankratochvil.net>

On 02/20/2013 02:05 PM, Jan Kratochvil wrote:
> On Tue, 19 Feb 2013 20:11:26 +0100, Pedro Alves wrote:
>> On 02/19/2013 06:42 PM, Jan Kratochvil wrote:
>>> +    [AS_HELP_STRING([--without-valgrind],
>>> +		    [do not include false valgrind warning message skip])],,
>>
>> I have trouble parsing this help string.  I suggest instead:
>>
>> "do not include support for running-on-valgrind detection"
> 
> The problem is this message does not say what is it good for from the user
> point of view.

That reminds us that ideally new configury options are all
advertised in NEWS.

> But used it as I do not mind which message is there,
> particularly as I agree the message of mine was very cryptic.

> 
> 
>> (Nit, the mmap warning is not really false, as the code is
>> doing what the warning says.  It's only that it's annoying.)
> 
> From the user point of view valgrind should report problems in the inferior.
> This test is not a problem in GDB.

GDB is valgrind's inferior, and it is doing something fishy, hence
valgrind is printing the corresponding warning.  IMO, a"false" warning
is a warning that points at something that doesn't really exist,
like all those "variable might be used uninitialized" compiler
warnings when the variable is actually initialized in all the
code paths that use it.  But discussing this is pointless.

> 
> 
>>> +      AC_ERROR([--with-valgrind was requested but it has not been found])
>>
>> A reader is left confused over what's "it"?  A possible simple/small
>> fix is just s/it/support/ or s/it/necessary support/.
> 
> OK, so why to be so abstract:
>         [--with-valgrind was requested but <valgrind/valgrind.h> was not found])

I was originally going to suggest something like that, but
didn't as I noticed the test doesn't look only for the header,
it also tries to use RUNNING_ON_VALGRIND.

I assumed there'd be a reason for the more complete test,
instead of a simpler and unconditional
AC_CHECK_HEADERS(valgrind/valgrind.h) and then just

#ifdef RUNNING_ON_VALGRIND
 if (RUNNING_ON_VALGRIND)
    return;
#endif

As in, you had found that older valgrind/valgrind.h's didn't
have that RUNNING_ON_VALGRIND macro.  Hence saying the more
general "support".  So as the test as written, it didn't
look 100% correct to point blame at the missing header.
But really I won't argue more about it.  We have bigger
fish to fry.  :-)

> 
> 
>> /* Below we'll mmap a non-executable page, which under Valgrind
>>    results in annoying warnings such as
>>    "Bad permissions for mapped region at address 0xfoobar.
>>    Just skip the whole test if running under Valgrind.  */
> 
> Added there, with closing '"'.

Thanks.  I have no further comments.

-- 
Pedro Alves


  reply	other threads:[~2013-02-20 15:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-19 18:42 Jan Kratochvil
2013-02-19 19:11 ` Pedro Alves
2013-02-20 14:06   ` Jan Kratochvil
2013-02-20 15:06     ` Pedro Alves [this message]
2013-02-20 15:24       ` [patch+NEWS] " Jan Kratochvil
2013-02-20 15:56         ` Pedro Alves
2013-02-20 16:08           ` Jan Kratochvil
2013-02-20 17:30             ` Pedro Alves
2013-02-25 14:33               ` Jan Kratochvil
2013-02-25 18:10                 ` Pedro Alves
2013-02-26  3:00                   ` Jan Kratochvil
2013-02-20 20:15         ` Andreas Schwab
2013-02-25 14:19           ` Jan Kratochvil
2013-02-19 21:09 ` [patch] " Philippe Waroquiers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5124E66D.3060606@redhat.com \
    --to=palves@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=jan.kratochvil@redhat.com \
    --cc=philippe.waroquiers@skynet.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox