List Question
20 TechQA 2024-03-28T09:32:43.260000Error Using Valgrind's callgrind and kcachegrind on a C++
32 views
Asked by Hassan Zubair
How to correctly rebuild a C++ project as a Debug using CMake for further profiling with Valgrind?
47 views
Asked by AlxDidorenko
Valgrind error when loading font in SFML project
50 views
Asked by Momus
Why does version 3.22.0 of Valgrind-based Helgrind thread error detector reports data races and version 3.18.1 does not?
131 views
Asked by Fabien Launay
Filtering callgrind capture based on shared library name
13 views
Asked by Bram
C Program runs but GDB fails before main. Using GSL
73 views
Asked by DogIsGreat
Thread #1: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post
88 views
Asked by JADS
Valgrind and wildcard?
30 views
Asked by ABu
Understanding stack matching rules for custom suppressions
22 views
Asked by ABu
Can't detect a memory leak
100 views
Asked by Fyodor
Valgrind showing invalid read of size 4 when using an erase function
41 views
Asked by Howlkipsure139
Valgrind on MacBook M1
277 views
Asked by Apolo
What to do with valgrind error Assertion 'VG_IS_WORD_ALIGNED(a)' failed
67 views
Asked by MateuszL
Unknown reason for malloc "corrupted top size" error
70 views
Asked by YourAverageYeet
Valgrind Error: Freeing memory in the scope of function in C
97 views
Asked by yaBoi
Why do Valgrind-based Helgrind thread error detector and Google ThreadSanitizer (TSan) report different data race detection results?
146 views
Asked by Fabien Launay
Using memmove for overlapping strings
54 views
Asked by VirtualCode
How can i explicitly hint Valgrind about intentially non freed memory
50 views
Asked by Lothar