Re: [Valgrind-users] race condition reported in pthread_create

2009-10-10 Thread Bart Van Assche
On Fri, Oct 9, 2009 at 1:54 PM, Brian Modra br...@zwartberg.com wrote: in my Open Source project, The Karoo Project, I was rigorously testing using helgrind, and consistently got a report of a possible race condition in pthread_create. This seemed strange, and I checked out the address it was

Re: [Valgrind-users] Help with Warning: set address range perms

2009-10-10 Thread John Reiser
==6049== Warning: set address range perms: large range 112786496 (undefined) What version are you running (valgrind --version)? The current version is 3.5.0, and at least since version 3.4.1 valgrind prints the actual address interval, which often helps: - memcheck/mc_main.c;