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
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
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