[postgis-devel] [PostGIS] #672: Valid WKT crashes postgis parser (was: ST_Dump crash with collection of empties)

PostGIS trac at osgeo.org
Wed Dec 1 06:47:48 PST 2010


#672: Valid WKT crashes postgis parser
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by strk):

  * milestone:  PostGIS 1.5.3 => PostGIS 2.0.0


Comment:

 Eh.. no wonder. It's the parser crashing !

 {{{
  select '
 GEOMETRYCOLLECTION (
         GEOMETRYCOLLECTION (EMPTY),
         GEOMETRYCOLLECTION( EMPTY)
 )
 '::geometry;
 server closed the connection unexpectedly
         This probably means the server terminated abnormally
         before or while processing the request.
 The connection to the server was lost. Attempting reset: Failed.
 }}}

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