[postgis-tickets] [PostGIS] #4994: shp2pgsql is sometimes missing the INSERT statements
PostGIS
trac at osgeo.org
Tue Sep 28 03:48:27 PDT 2021
#4994: shp2pgsql is sometimes missing the INSERT statements
----------------------------+---------------------------
Reporter: myon | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.1.5
Component: loader/dumper | Version: 2.5.x
Resolution: | Keywords:
----------------------------+---------------------------
Comment (by strk):
Still present, the valgrind reported error, on 64bit and with reduced
switches:
{{{
$ valgrind ./loader/shp2pgsql ./regress/loader/PointZ.shp
...
Shapefile type: PointZ
Postgis type: POINT[4]
==49529== Conditional jump or move depends on uninitialised value(s)
==49529== at 0x119ED1: ShpLoaderGenerateSQLRowStatement (shp2pgsql-
core.c:1564)
==49529== by 0x10E6A8: main (shp2pgsql-cli.c:397)
...
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4994#comment:10>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list