[postgis-tickets] [PostGIS] #5456: garden crash on ST_LineLocatePoint geography with one point geography line
PostGIS
trac at osgeo.org
Fri Jul 21 14:30:32 PDT 2023
#5456: garden crash on ST_LineLocatePoint geography with one point geography line
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.4.0
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
I think the gardener was able to generate this one point line using
ST_MakeLine. Trying to do it with ST_GeomFromText is not possible.
Anyway here is the simplest I could reduce it to:
{{{
SELECT
ST_LineLocatePoint('0102000020E610000001000000000000000000F03F0000000000000040'::geography,
'POINT(-11.1111111 40)'::geography, false);
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5456>
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