Opened 12 years ago

Closed 6 years ago

#4859 closed defect (fixed)

INGR/Intergraph file does not open

Reported by: mpd Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: 1.9.2
Severity: normal Keywords:
Cc: ilucena

Description

The ZIP file in #4856 contains one COT file (10a_5.cot) that will not open. gdal_translate reports:

ERROR 1: Cannot recognize tiles header info
GDALOpen failed - 1
Cannot recognize tiles header info

This test, line 213 of frmts/ingr/IntergraphDataset.cpp (r25097), triggers the error:

            ( hTileDir.WordsToFollow % 4 ) == 0 &&

hTileDir.WordsToFollow is 66 for this file.

Change History (3)

comment:1 by Jukka Rahkonen, 9 years ago

GDAL 2.0-dev shows still the same issue.

comment:2 by Jukka Rahkonen, 9 years ago

Cc: ilucena added

INGR driver is probably written by Frank. He probably does not answer but I saw that ilucena has been committing also something so I CC: him. We need someone who knows the driver and what the failing test in this ticket is testing.

comment:3 by Even Rouault, 6 years ago

Resolution: fixed
Status: newclosed

In 41706:

INGR: comment out apparently useless check (fixes #4859)

Note: See TracTickets for help on using tickets.