Opened 16 months ago
Closed 16 months ago
#5456 closed defect (fixed)
garden crash on ST_LineLocatePoint geography with one point geography line
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.4.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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);
Change History (3)
comment:1 by , 16 months ago
comment:2 by , 16 months ago
Reported on MobilityDb at https://github.com/MobilityDB/MobilityDB/issues/354
As expected theirs crashes too.
Note:
See TracTickets
for help on using tickets.
gdb backtrace