Re: [Valgrind-users] helgrind: assertion in libhb_core.c:3685

2009-05-19 Thread Christoph Rupp
Hi Julian, 2009/5/18 Julian Seward jsew...@acm.org: That would be great. So, what is the recipe to reproduce the bug? download and unpack http://www.crupp.de/helgrind-assert.tar.gz (220 kb) run `reproduce.sh` if you want i can give you access to the sources of the library and the test

[Valgrind-users] helgrind suppressing on global variables

2009-05-19 Thread Andy Howell
I have some code that uses the pre-processor to generate code to log messages: #define logDebug if ( Log::minLevel = Log::LVL_DEBUG ) Log::printLog Helgrind reports data races ultimately due to the global Log::minLevel. While technically this is a potential race condition, Log::minLevel is

Re: [Valgrind-users] helgrind suppressing on global variables

2009-05-19 Thread Colin Miller
Andy Howell wrote: I have some code that uses the pre-processor to generate code to log messages: #define logDebug if ( Log::minLevel = Log::LVL_DEBUG ) Log::printLog Helgrind reports data races ultimately due to the global Log::minLevel. While technically this is a potential race

Re: [Valgrind-users] valgrind macos

2009-05-19 Thread Bruno Causse
Le 19 mai 09 à 16:07, Dan Kegel a écrit : On Tue, May 19, 2009 at 6:29 AM, Bruno Causse bcau...@lepoint.fr wrote: when i use valgrind, valgrind ./Roxane -h 24 -t 8 ../../fforum-20-39.src valgring says cannot execute binary file file Roxane Mach-O 64 bit executable X86-64 uname -a

Re: [Valgrind-users] drd: drd_mutex.c:383 (mutex_unlock): Assertion 'p-mutex_type == mutex_type' failed

2009-05-19 Thread Bart Van Assche
On Fri, May 15, 2009 at 10:06 AM, Andy Howell andyhow...@austin.rr.com wrote: Bart Van Assche wrote: On Fri, May 15, 2009 at 9:33 AM, Andy Howell andyhow...@austin.rr.com wrote: Hello,       I'm seeing this with 3.4.1 compiled on fedora 9. Just before that I see: ==14457== Mutex

Re: [Valgrind-users] valgrind macos

2009-05-19 Thread Nicholas Nethercote
On Wed, May 20, 2009 at 12:07 AM, Dan Kegel d...@kegel.com wrote: On Tue, May 19, 2009 at 6:29 AM, Bruno Causse bcau...@lepoint.fr wrote: when i use valgrind, valgrind ./Roxane -h 24 -t 8 ../../fforum-20-39.src valgring says cannot execute binary file   file Roxane Mach-O 64 bit executable