Ticket #733 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

gserialized ST_OrderingEquals TIN CRASH

Reported by: robe Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

   SELECT ST_OrderingEquals(
ST_GeomFromEWKT('SRID=4326;TIN(((-71.0821 42.3036 0,-71.0821 42.3036 1,-71.0821 42.3436 0,-71.0821 42.3036 0)),
                ((-71.0821 42.3036 0,-71.0821 42.3436 0,-71.0831 42.3436 0,-71.0821 42.3036 0)))'), 
                ST_GeomFromEWKT('SRID=4326;POINT(-11.1111111 40)'));

Change History

Changed 2 years ago by pramsey

This also does not crash for me as of r6514. Does it still crash for you?

Changed 2 years ago by robe

  • status changed from new to closed
  • resolution set to fixed

works for e too now with gserialized on

Note: See TracTickets for help on using tickets.