[Valgrind-users] Git/master Valgrind + Qt Creator XML/socket logging crash

2025-09-17 Thread Thomas Wollenzin
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

[Valgrind-users] alternative ways of communication

2024-07-04 Thread Thomas Wollenzin
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

Re: [Valgrind-users] helgrind question regarding 'Possible data race during write of size 8'

2024-07-03 Thread Thomas Wollenzin
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

[Valgrind-users] helgrind question regarding 'Possible data race during write of size 8'

2024-06-28 Thread Thomas Wollenzin
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

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-20 Thread Thomas Wollenzin
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&#

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-19 Thread Thomas Wollenzin
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

Re: [Valgrind-users] question regarding mismatching free/delete

2024-06-19 Thread Thomas Wollenzin
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 []'

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-19 Thread Thomas Wollenzin
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

Re: [Valgrind-users] question regarding mismatching free/delete

2024-06-17 Thread Thomas Wollenzin
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

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-17 Thread Thomas Wollenzin
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

[Valgrind-users] question regarding mismatching free/delete

2024-06-17 Thread Thomas Wollenzin
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_

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-17 Thread Thomas Wollenzin
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

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-17 Thread Thomas Wollenzin
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

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-17 Thread Thomas Wollenzin
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

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-17 Thread Thomas Wollenzin
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

Re: [Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-17 Thread Thomas Wollenzin
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

[Valgrind-users] Question regarding 'Conditional jump or move depends on uninitialised value(s)'

2024-06-15 Thread Thomas Wollenzin
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

[Valgrind-users] does Valgrind-3.19.0.GIT support Clang14 dwarf 5?

2022-02-13 Thread Thomas Wollenzin
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