Opened 8 years ago

Closed 8 years ago

#6365 closed defect (fixed)

GPKG write: potential crash when block cache is full

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.0.3
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: gpkg
Cc: dadler

Description

In a read/write scenario (or apparently write-only scenario using non-default tiling scheme resulting in shifted tiles w.r.t GDAL blocks), a crash might occur when reading a block, because a dirty block is evicted and flushed during IReadBlock().

Raised on https://lists.osgeo.org/pipermail/gdal-dev/2016-February/043756.html

Change History (2)

comment:1 by Even Rouault, 8 years ago

Cc: dadler added

CC'ding David. Might impact DB2 raster

comment:2 by Even Rouault, 8 years ago

Milestone: 2.0.3
Resolution: fixed
Status: newclosed

trunk r33461, branches/2.0 r33462 "GPKG: fix potential crash in write scenarios when block cache is full (#6365)"

Note: See TracTickets for help on using tickets.