Re: [xml] possible race condition

2015-12-18 Thread Daniel Veillard
On Fri, Dec 18, 2015 at 03:59:23PM +0800, Daniel Veillard wrote: > On Wed, Dec 16, 2015 at 11:27:11PM +0400, Hovnatan Karapetyan wrote: > > Hi, > > > > To my question on possible non thread-safe code in libxml2 on stackoverflow > > ( > > http://stackoverflow.com/questions/34007044/libxml2-multithr

Re: [xml] possible race condition

2015-12-17 Thread Daniel Veillard
On Wed, Dec 16, 2015 at 11:27:11PM +0400, Hovnatan Karapetyan wrote: > Hi, > > To my question on possible non thread-safe code in libxml2 on stackoverflow > ( > http://stackoverflow.com/questions/34007044/libxml2-multithreading-errors-in-helgrind) > I got a reply that there is indeed a race condit

[xml] possible race condition

2015-12-16 Thread Hovnatan Karapetyan
Hi, To my question on possible non thread-safe code in libxml2 on stackoverflow ( http://stackoverflow.com/questions/34007044/libxml2-multithreading-errors-in-helgrind) I got a reply that there is indeed a race condition at https://git.gnome.org/browse/libxml2/tree/catalog.c#n1634. Could anyone pl