Opened 16 years ago
Last modified 16 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?
- 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.
Note:
See TracTickets
for help on using tickets.
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.