#6667 closed defect (fixed)
Crash when disk full on GPKG/MBTiles creation
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.1.2 |
Component: | GDAL_Raster | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
2 issues :
- OGRSQLiteBaseDataSource::DoTransactionCommand() inappropriately touches nSoftTransactionLevel, whereas it is the responisiblity of calling function to do so
- the GPKG/MBTiles drivers do not check if the COMMIT is successful
Change History (7)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 8 years ago
Milestone: | → 2.1.2 |
---|
Note:
See TracTickets
for help on using tickets.
In 35566: