Opened 15 years ago

Last modified 15 years ago

#73 closed task (fixed)

ST_Force_Collection crashes with CIRCULARSTRING

Reported by: robe Owned by: robe
Priority: medium Milestone:
Component: postgis Version:
Keywords: Cc:

Description

What steps will reproduce the problem?

  1. SELECT ST_Force_Collection(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3

2, 4 5 2, 6 7 2, 5 6 2)'));

What is the expected output? A geometry collection

What do you see instead?

server closed the connection unexpectedly

This probably means the server terminated abnormally before or while processing the request.

The connection to the server was lost. Attempting reset: Succeeded.

This was testing on 1.3.4SVN OpenSUSE Linux 8.3 install. On my 1.3.3 windows install 8.3, it just runs for infinity.

Change History (2)

comment:1 by mcayland, 15 years ago

Thanks for the report, fixed in both 1.3 branch and SVN trunk. Please can you download and confirm the fix works for you?

ATB,

Mark.

comment:2 by robe, 15 years ago

Works for me. Retested on OpenSUSE 10.3 with svn 1.3.4

Note: See TracTickets for help on using tickets.