|
From: Nicholas N. <n.n...@gm...> - 2009-05-20 10:38:34
|
On Wed, May 20, 2009 at 6:22 PM, Julian Seward <js...@ac...> wrote: > > Independently of your commit .. does this work reliably? It looks > distinctly un-thread-safe to me :-) > > if (init_done) > return; > init_done = 1; > // actually do said initialisation Probably not, but Valgrind is single-threaded and I expect there are a lot of other un-thread-safe things like this...? Nick |