Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#7255 closed defect (fixed)

PCRaster: driver fails to process large files on Windows

Reported by: oschmitz Owned by: kdejong
Priority: normal Milestone: 2.2.4
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: pcraster
Cc:

Description

On Windows, files larger than 2Gb cannot be created/opened/processed with the current PCRaster driver; caused by fseek and ftell. This issue is already fixed in our repository and needs to be incorporated into GDAL.

A patch will follow.

Change History (7)

comment:1 by Even Rouault, 6 years ago

Would you mind proposing the patch as a pull request against https://github.com/OSGeo/gdal ?

comment:2 by oschmitz, 6 years ago

We provide the fixes as pull request #322

comment:3 by Even Rouault, 6 years ago

Resolution: fixed
Status: assignedclosed

In 41803:

PCRaster: fix fseek/ftell for large files on Windows (fixes #7255, fixes https://github.com/OSGeo/gdal/pull/322)

comment:4 by Even Rouault, 6 years ago

comment:5 by Even Rouault, 6 years ago

In 41805:

Commit frmts/pcraster/libcsf/file.c (refs #7255)

comment:6 by Even Rouault, 6 years ago

In 41806:

Commit frmts/pcraster/libcsf/file.c (refs #7255)

comment:7 by Even Rouault, 6 years ago

In 41810:

Fix mingw32 build (refs #7255)

Note: See TracTickets for help on using tickets.