[postgis-devel] [PostGIS] #1999: Crash on LINESTRING with one point
PostGIS
trac at osgeo.org
Wed Nov 7 12:17:45 PST 2012
#1999: Crash on LINESTRING with one point
---------------------------+------------------------------------------------
Reporter: realityexists | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: postgis | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
Comment(by pramsey):
So, why does this require a fancy function to unearth? Doesn't running
{{{
SELECT 'LINESTRING(0 0)'::geometry;
}}}
a couple times do it? Can you capture the crash in gdb and get a stack-
trace? That would be a first hint of where things go off the rails (though
it's pretty clearly a memory corruption problem, so it could be really
hard to figure out).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1999#comment:7>
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