Re: [Valgrind-users] "noted but unhandled ioctl 0x2000747b with no size/direction hints" on Mac OS X

2009-09-17 Thread Jeff Johnson
On Sep 17, 2009, at 3:42 PM, Sean McBride wrote: > Hi all, > > Now that I've purged spaces from my paths :), valgrind has found > several > bugs for me. yay! > > However, I'm now getting a new error/warning/thingie: > > ==9399== Warning: noted but unhandled ioctl 0x2000747b with no size/ > dire

Re: [Valgrind-users] Supressing helgrind false positives with an annotation?

2009-08-27 Thread Jeff Johnson
On Aug 27, 2009, at 9:33 AM, Julian Seward wrote: > >> I'm using helgrind from 3.5.0 on OPENMP code. >> >> I have a lazily malloc'd pthread mutex in a static global >> variable that helgrind detects. >> >> I'd like to disable the warning somehow in code, not >> with a suppression, so that I can l

[Valgrind-users] Supressing helgrind false positives with an annotation?

2009-08-26 Thread Jeff Johnson
Hi -- I'm using helgrind from 3.5.0 on OPENMP code. I have a lazily malloc'd pthread mutex in a static global variable that helgrind detects. I'd like to disable the warning somehow in code, not with a suppression, so that I can look at more interesting errors. So far I've failed to be able to