Hello,
I am currently using a Git/master build of Valgrind (3.26.0.GIT) on Ubuntu, and
it works perfectly when run from the terminal using standard command-line
options, e.g.:
valgrind --tool=memcheck ./MyApp
However, when I try to run the same executable via Qt Creator’s Valgrind
integration
Hi,
I was wondering whether there are other ways of communication for the Valgrind
community. In particular I'm thinking Slack or Discord?
Cheers,
Thomas
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.ne
Thanks for the reply, Julian.
I indeed might have looked at an incomplete report.
After having worked with helgrind a few more days things make more sense now.
Cheers,
Thomas
From: Julian Seward
Sent: Friday, June 28, 2024 12:44 PM
To: Thomas Wollenzin ; valgrind
Hi,
I'm running helgrind against our code base and see this report. I once again
cannot include all the code due to its proprietary and disclosed nature.
Possible data race during write of size 8 at 0x58EEC60 by thread #1
Locks held: none
at 0x4A87603: ...
by 0xE818EB4: ...
by 0xE816B04
al jump or move
depends on uninitialised value(s)'
On 19-06-24 08:15, Thomas Wollenzin wrote:
> Thanks for the hint, Sean.
> While that might work perfectly fine, I'm personally not a big fan of
> these types of tools. They're fine for proofing a theory but shouldn
Absolutely, thanks for the reply.
Thomas
From: Sean McBride
Sent: Wednesday, June 19, 2024 5:27 PM
To: Thomas Wollenzin
Cc: David Chapman ; valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] Question regarding 'Conditional jump or
y, June 17, 2024 1:18 PM
To: valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] question regarding mismatching free/delete
On 17-06-24 08:45, Thomas Wollenzin wrote:
> Hi,
>
> I have a questing regarding Valgrind report 'Mismatched free() / delete
> / delete []'
possible.
Cheers,
Thomas
From: Sean McBride
Sent: Monday, June 17, 2024 6:08 PM
To: David Chapman
Cc: Thomas Wollenzin ; valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] Question regarding 'Conditional jump or move
depends on uninitialised value(s)'
On 1
eward
Sent: Monday, June 17, 2024 11:53 AM
To: Thomas Wollenzin ; valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] question regarding mismatching free/delete
On 17/06/2024 10:45, Thomas Wollenzin wrote:
> Could it be that Valgrind can get confused and not resolve the ov
Thanks for following up and correcting a typo!
Cheers,
Thomas
From: John Reiser
Sent: Sunday, June 16, 2024 1:59 AM
To: valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] Question regarding 'Conditional jump or move
depends on uninitialised valu
Hi,
I have a questing regarding Valgrind report 'Mismatched free() / delete /
delete []'.
I understand that Valgrind is redirecting calls to new/delete and so on to its
own. On the allocation side I see:
operator new(unsigned long) (vg_replace_malloc.c:487)
on the deallocation side
free (vg_
This indeed seems very useful. Thanks for making me aware of this tool, John.
Cheers,
Thomas
From: John Reiser
Sent: Sunday, June 16, 2024 10:03 PM
To: valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] Question regarding 'Conditional jump or mov
ks,
Thomas
From: Nicholas Nethercote
Sent: Sunday, June 16, 2024 1:13 AM
To: Thomas Wollenzin
Cc: valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] Question regarding 'Conditional jump or move
depends on uninitialised value(s)'
Hi,
Re-run with the --tr
10:41 PM
To: Thomas Wollenzin ; valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] Question regarding 'Conditional jump or move
depends on uninitialised value(s)'
On 6/15/2024 10:38 AM, Thomas Wollenzin wrote:
Hi,
I'm not too familiar with valgrind yet so excus
Thanks for sharing a bit of history regarding my inquiry, John. That's always
welcome as it helps drawing a more complete picture.
I'll look into some of your suggestions.
Thanks,
Thomas
From: John Reiser
Sent: Sunday, June 16, 2024 1:05 AM
To: valgrind-users@li
Regards,
Thomas
From: Paul Floyd via Valgrind-users
Sent: Sunday, June 16, 2024 6:57 AM
To: valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] Question regarding 'Conditional jump or move
depends on uninitialised value(s)'
On 15-06-24 17:38, Thomas Wolle
Hi,
I'm not too familiar with valgrind yet so excuse a potentially dumb question.
I'm trying to fix an issue in our code base that valgrind reported as
'Conditional jump or move depends on uninitialised value(s)'. In particular I
have a hard time understanding what the exact item is that's bein
Hi,
This is a just a quick question. As I haven't found a sufficient answer in the
archives.
Does Valgrind-3.19.0.GIT support Clang14's dwarf5 yet?
Compiling my application with '-gfull -gdwarf-4 -gdwarf64' allows valgrind to
function as expected.
When using `-gfull -gdwarf-5 -gdwarf64` I get t
18 matches
Mail list logo