[postgis-tickets] [PostGIS] #3002: ST_GeomFromGeoJSON() Causes postgres to crash

PostGIS trac at osgeo.org
Tue Nov 25 13:32:01 PST 2014


#3002: ST_GeomFromGeoJSON() Causes postgres to crash
---------------------+------------------------------------------------------
 Reporter:  vannut   |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.5
Component:  postgis  |     Version:  2.1.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by pramsey):

 The root our *our* crash problem was library version mismatch. The build
 system was using 0.9, but I was deploying on a system with 0.11. The RPM
 packages only declared their requirement as "json-c" without any version
 specificity. Apparently json is not forward binary compatible, so
 packagers beware: you have to peg your json-c version in your package
 dependency declarations.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3002#comment:8>
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