Opened 13 years ago

Closed 13 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)'))

Change History (1)

comment:1 by pramsey, 13 years ago

Resolution: fixed
Status: newclosed

Fixed at r6487

Note: See TracTickets for help on using tickets.