|
From: Dave B. <da...@cr...> - 2004-10-28 21:08:03
|
I'm a relative newbie to Valgrind, and am trying to check a multi-threaded program for memory leaks. In my code I am using pthread_mutex_timedlock, which, without the patch, causes Valgrind to choke. I've tried installing the patch, however, I noticed before installing it that I did not have some of the core files (core.h, core_asm.h,...) in my coregrind directory. Have I missed a step during installation that would install these files? I am using the latest build available on the web, 2.2.0. Any help would be greatly appreciated! Dave --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.782 / Virus Database: 528 - Release Date: 10/22/2004 |
|
From: Tom H. <th...@cy...> - 2004-10-29 08:17:07
|
In message <111...@en...>
Dave Blatchford <da...@cr...> wrote:
> I'm a relative newbie to Valgrind, and am trying to check a multi-threaded
> program for memory leaks. In my code I am using pthread_mutex_timedlock,
> which, without the patch, causes Valgrind to choke. I've tried installing
> the patch, however, I noticed before installing it that I did not have some
> of the core files (core.h, core_asm.h,...) in my coregrind directory. Have I
> missed a step during installation that would install these files? I am using
> the latest build available on the web, 2.2.0. Any help would be greatly
> appreciated!
The patch is against the CVS head where things have been moved
around. That patch is committed now anyway so I'd suggest just
checking out the CVS head.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|