Opened 14 years ago
Closed 14 years ago
#728 closed defect (fixed)
ST_MakeBox2D crashes with LINESTRING
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Paul — these are all failures when I have gserialized defined.
— crashes
SELECT ST_MakeBox2D(ST_GeomFromText('POINT(-11.1111111 40)'), ST_GeomFromText('LINESTRING(-11.1111111 70,70 -11.1111111)'));
— but this one seems to be okay
SELECT ST_MakeBox2D( ST_GeomFromText('POINT(-11.1111111 40)'), ST_GeomFromText('POINT(-11.1111111 70)'))
Note:
See TracTickets
for help on using tickets.
Fixed at r6487