[postgis-devel] [PostGIS] #1640: Segfault on hard-upgrade

PostGIS trac at osgeo.org
Thu Mar 1 01:51:09 PST 2012


#1640: Segfault on hard-upgrade
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Actually, even smaller SQL:
 {{{
 CREATE FUNCTION geography_typmod_dims(integer) RETURNS integer
     LANGUAGE c IMMUTABLE STRICT
     AS '$libdir/postgis-1.5', 'geography_typmod_dims';

 CREATE TABLE face ( face_id integer, mbr geometry );

 COPY face (face_id, mbr) FROM stdin;
 643
 0103000020BB0B00000100000005000000CDCCCC8CAA443941A4703DAA9C795241CDCCCC8CAA443941CDCCCC0CB5795241D8BF461CF1443941CDCCCC0CB5795241D8BF461CF1443941A4703DAA9C795241CDCCCC8CAA443941A4703DAA9C795241
 \.
 }}}

 I don't get how geography_typmod_dims is involved into this, given there
 are NO traces of geographies!

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