<div dir="ltr"><div><div><div><div><div><div><div><div><div>I observed a segfault in gdalinfo (2.2.3, 2.2.4, 2.3.0dev-71e2ada881) when compiled against proj-5.0.0/proj-5.0.1<br><br></div>The dataset is a GeoTIFF with EPSG:25832, and I get<br><br>Corner Coordinates:<br></div>ERROR 1: illegal axis orientation combination<br>Upper Left  (  375000.000, 5631000.000) <br>ERROR 1: illegal axis orientation combination<br>Lower Left  (  375000.000, 5628000.000) <br>ERROR 1: illegal axis orientation combination<br>Upper Right (  379000.000, 5631000.000) <br>ERROR 1: illegal axis orientation combination<br>Lower Right (  379000.000, 5628000.000) <br>ERROR 1: illegal axis orientation combination<br>Center      (  377000.000, 5629500.000) <br>Segmentation fault (core dumped)<br><br></div>The error message is printed by GDAL and comes from PROJ. I think the segfault is a symptom of the error, therefore I would like to find out the reason of the error.<br><br></div>Using gdal-2.2+ with proj-4.9.3, all is fine.<br><br></div>Testing proj-5.0.1 with<br><br>cs2cs +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +to +proj=latlong +ellps=GRS80<br><br>proj -I +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs<br><br>cct +proj=pipeline +step +inv +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs<br><br></div>all is fine, too.<br><br></div>Is this a bug in (the old API still available with) proj-5.0.x or a bug in gdal-2.2+?<br></div>Any hints where and how to dig deeper?<br><br></div>Markus M<br></div>