Hi All,
Is it safe to ignore warnings from mythread_wrapper?
The test program causing the warning spins up 64 threads and exercises
the SecureRandom.
Jeff
==27224== Thread #2 was created
==27224==at 0x32EF2E0BEE: clone (in /lib64/libc-2.13.so)
==27224==by 0x32EFA05D9F: do_clone.clone.2
On Sun, Aug 28, 2011 at 6:55 PM, Jeffrey Walton wrote:
> On Sun, Aug 28, 2011 at 12:26 PM, Bart Van Assche wrote:
>> On Sun, Aug 28, 2011 at 6:13 PM, Jeffrey Walton wrote:
>>> (1) Never trust wikipedia.
>>
>> Reading your message makes me wonder whether you are familiar with the
>> reason why me
Thanks Bart,
On Sun, Aug 28, 2011 at 12:26 PM, Bart Van Assche wrote:
> On Sun, Aug 28, 2011 at 6:13 PM, Jeffrey Walton wrote:
>> (1) Never trust wikipedia.
>
> Reading your message makes me wonder whether you are familiar with the
> reason why memory barriers exist,
I'm not aware that GCC will
On Sun, Aug 28, 2011 at 6:13 PM, Jeffrey Walton wrote:
> (1) Never trust wikipedia.
Reading your message makes me wonder whether you are familiar with the
reason why memory barriers exist, something the Wikipedia authors of
the page about double-checked locking clearly are aware of ? Reading
the
On Sun, Aug 28, 2011 at 8:32 AM, Milian Wolff wrote:
> On Saturday 27 August 2011 23:44:02 Jeffrey Walton wrote:
>> Hi All,
>>
>> I want to use double checked initialization for a program, but I'm
>> catching some warnings from helgrind. A typical use is shown below.
>>
>> Its kind of tedious to r
On Sun, Aug 28, 2011 at 2:32 PM, Milian Wolff wrote:
> On Saturday 27 August 2011 23:44:02 Jeffrey Walton wrote:
>> I want to use double checked initialization for a program, but I'm
>> catching some warnings from helgrind. A typical use is shown below.
>>
>> Its kind of tedious to run --gen-suppr
On Saturday 27 August 2011 23:44:02 Jeffrey Walton wrote:
> Hi All,
>
> I want to use double checked initialization for a program, but I'm
> catching some warnings from helgrind. A typical use is shown below.
>
> Its kind of tedious to run --gen-suppressions=yes for to develop
> suppressions. Plu
On Sun, Aug 28, 2011 at 5:44 AM, Jeffrey Walton wrote:
> I want to use double checked initialization for a program, but I'm
> catching some warnings from helgrind. A typical use is shown below.
>
> Its kind of tedious to run --gen-suppressions=yes for to develop
> suppressions. Plus, the suppressi