Changes between Initial Version and Version 1 of Ticket #6360


Ignore:
Timestamp:
Feb 9, 2016, 5:40:30 PM (8 years ago)
Author:
andrewharvey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6360 – Description

    initial v1  
    11I'm using Debian sid
    22
    3 gdal-bin 1.11.3+dfsg-2+b4 (but also tested with gdal 2.0.2 which also has the same issue)
    4 sqlite3 3.10.2-1
    5 spatialite 4.3.0a-5
     3* gdal-bin 1.11.3+dfsg-2+b4 (but also tested with gdal 2.0.2 which also has the same issue)
     4* sqlite3 3.10.2-1
     5* spatialite 4.3.0a-5
    66
    7 when I use -dialect sqlite and run an -sql querie, ogr2ogr is terminated by signal SIGSEGV (Address boundary error).
     7when I use -dialect sqlite and run an -sql query, ogr2ogr is terminated by signal SIGSEGV (Address boundary error).
    88
    99Full stack trace below
    1010
     11{{{
    1112root@ogr:~# gdb --args ogr2ogr -f "GeoJSON" centroids.geojson -dialect sqlite -sql "SELECT ST_Centroid(geometry) from ne_110m_admin_0_countries" ne_110m_admin_0_countries.shp
    1213GNU gdb (Debian 7.10-1+b1) 7.10
     
    4445#20 0x0000000000408649 in ?? ()
    4546(gdb)
     47}}}