#6582 closed defect (fixed)
GTiff: Create() and NUM_THREADS creation option don't play well together
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | GDAL_Raster | Version: | 2.1.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
When using the Create() interface with the NUM_THREADS creation option enabled (and COMPRESSION as well), there might be a competition at dataset closing between the "fill empty block" routine and the background block writer. This doesn't affect the CreateCopy() interface.
Note:
See TracTickets
for help on using tickets.
In 34554: