Bug#588997: Bug #588997: Further information (run with debug symbols and suppression file additions)

2010-07-14 Thread Pauli Sundberg
The same errors with debug symbols: sundb...@fs1:~$ valgrind --error-exitcode=1 --leak-check=full --show-reachable=yes ./silly ==32537== Memcheck, a memory error detector. ==32537== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==32537== Using LibVEX rev 1854, a library for dynam

Bug#588997: Valgrind suppression fail is outdated - valgrind reports on reachable memory with pthreads at exit

2010-07-13 Thread Pauli Sundberg
Package: valgrind Version: 1:3.3.1-3 Severity: normal Program (copy paste from https://computing.llnl.gov/tutorials/pthreads/) #include #include #define NUM_THREADS 5 void *PrintHello(void *threadid) { long tid; tid = (long)threadid; printf("Hello World! It's me, thread #%ld!\n", t