#6017 closed defect (fixed)
2 level of VRT with shared='0'/VRT_SHARED_SOURCE=0 may crash
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.1 |
Component: | GDAL_Raster | Version: | 2.0.0 |
Severity: | normal | Keywords: | vrt |
Cc: |
Description
A crash can occur on Mac and Windows at GDALDatasetPool::_CloseDataset() when using a VRT that references VRTs (that reference TIFFs or any other raster format), when the VRTs are opened in non shared mode.
Seen with https://github.com/mapnik/node-mapnik/issues/437#issuecomment-117898345
Change History (2)
comment:1 by , 8 years ago
Milestone: | → 2.0.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
trunk r29449, branches/2.0 r29450 "VRT: fix crash on Windows and Mac that may occur with 2 levels of VRT opened in non-shared mode (#6017)"