Opened 19 years ago

Last modified 17 years ago

#724 closed defect

GDAL doesn't seem to be 64 bit safe — at Initial Version

Reported by: sxpert@… Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

I compiled gdal on a dual nocona box, and attempted to run the following commands,

with a set of bluemarble files from 
ftp://mitch.gsfc.nasa.gov/pub/stockli/bluemarble/

and the .vrt files from 
http://www.mappinghacks.com/projects/bluemarble/

-- begin commands
$VRT=bluemarble.vrt
gdal_translate -of GTiff -co "INTERLEAVE=PIXEL" -srcwin 0 0 10800 10800 $VRT
bmv_west_00.tif

that works, and 'gdalinfo bmv_west_00.tif' gives sensible information

then, the following commands all fail with ERROR 4

gdalwarp -rc -ts 16384 16384 -co "TILED=YES" bmv_west_00.tif bmw_west_tiled_00.tif

gdaladdo bmv_west_00.tif 2 4 8 16 32 64

Change History (0)

Note: See TracTickets for help on using tickets.