[postgis-devel] [PostGIS] #509: Invalid Charset Encoding breaks Win32 GUI

PostGIS trac at osgeo.org
Tue Apr 27 13:56:20 PDT 2010


#509: Invalid Charset Encoding breaks Win32 GUI
----------------------+-----------------------------------------------------
  Reporter:  pramsey  |       Owner:  pramsey      
      Type:  defect   |      Status:  new          
  Priority:  medium   |   Milestone:  PostGIS 1.5.2
 Component:  postgis  |     Version:  1.5.X        
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------
Comment (by robe):

 This might be a different problem Paul, but this file crashes my windows
 shp2pgsql commandline even without any encoding args. Thought the gui
 doesn't
 crash just aborts the transaction.

 I admit don't have the latest 1.5.2 SVN version handy at the moment.

 Using with an older shppg2sql works fine.

 Doing a diff between the 2 before the new version crashed and burned

 It breaks at a NULL geometry

 This line -- well rather this is the next line in my old shp2pgsql that
 follows the new crash

 The new shp2pgsql
 crashes as its trying to spit this out I guess.

 {{{

 INSERT INTO "nyc_bike_racks"
 ("id","housenumbe","street","rack_small","rack_large",the_geom)
 VALUES ('4756','295','Warren St','1','0',NULL);
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/509#comment:3>
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-devel mailing list