#6611 closed defect (fixed)
Calling GDALSetCacheMax() prevents the raster block mutex from being initialized
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.4 |
Component: | GDAL_Raster | Version: | 2.0.0 |
Severity: | normal | Keywords: | raster block mutex |
Cc: |
Description
If GDALSetCacheMax() or GDALSetCacheMax64() is called before GDALGetCacheMax/GDALGetCacheMax64(), then the raster block mutex will not be initialized, causing corruption in multi-threaded applications.
Change History (4)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 8 years ago
Milestone: | → 2.0.4 |
---|
Note:
See TracTickets
for help on using tickets.
In 34829: