Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Even Rouault, 9 years ago

Milestone: 2.0.1
Resolution: fixed
Status: newclosed

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)"

comment:2 by Even Rouault, 9 years ago

trunk r29451, branches/2.0 r29452 "Python3 fix (#6017)"

Note: See TracTickets for help on using tickets.