Top "Valgrind" questions

Valgrind is a dynamic analysis tool for Linux, OS X, Android, and Solaris systems.

Valgrind: Invalid read of size 1

I'm having an issue with valgrind: This is my program (well the main part where the errors appear): int main() { …

c pointers valgrind
How to build and install Valgrind on Mac?

I am on Mac OS X using codeblocks 10.05 I downloaded Valgrind, and extracted a folder. I am completely lost from …

build valgrind
valgrind - Address ---- is 0 bytes after a block of size 8 alloc'd

First, I know similar questions have been asked. However, I'd like to have a more general simple question with really …

c linux valgrind
Valgrind not showing line numbers in spite of -g flag (on Ubuntu 11.10/VirtualBox)

I'm following 'Learn C the Hard Way', specifically the chapter on Valgrind. This chapter gives you a deliberately wrong program …

c valgrind
Valgrind on macOS Sierra

I following this guide: valgrind installation guide After I have downloading the package, and I have run the sh script, …

valgrind macos-sierra
use valgrind to know time(in seconds) spent in each function

is there any extension of valgrind, that can be used in the command window, that would help me know the …

c profiling valgrind
Valgrind: invalid read of size 4 -> sigsegv, works fine without valgrind and in visual studio

I have implemented a compression algorithm (using huffman coding) which uses a priority queue of nodes (a struct i defined). …

c memory-leaks visual-studio-2012 valgrind priority-queue
Yosemite and Valgrind

Can you tell me how to install valgrind on yosemite? When I try to install it i get " checking for …

macos valgrind osx-yosemite
How to install Valgrind on macOS Mojave(10.14) with Homebrew?

I tried to install Valgrind with brew install Valgrind and got : valgrind: This formula either does not compile or function …

macos homebrew valgrind memory-leak-detector
Valgrind Massif tool output graphical interface?

I'm using Valgrind 3.3.1 with the Massif tool to profile the heap of a C++ application, and I'm wondering if there …

valgrind massif