[Gdal-dev] multiple threads - VSIMemFileSystemHandler and nCacheUsed

David Burken dburken at comcast.net
Wed Jan 11 13:47:38 EST 2006


Mike,

>Frank,
>
>The thread checker is reporting a "read/write data race" for the nCacheUsed variable, with the two sections of code being the GDALRasterBlock destructor and the GDALRasterBlock::Internalize() member function.  It looks like the GDALRasterBlock::Internalize has a mutex lock, but the destructor does not.
>
>    Mike
>  
>
Just curious, what are you using for  a "thread checker"?

Dave
 



More information about the Gdal-dev mailing list