[postgis-devel] Issue 65 in postgis: ST_AsGML kills the backend when fed a CIRCULAR STRING

codesite-noreply at google.com codesite-noreply at google.com
Tue Nov 4 04:49:35 PST 2008


Issue 65: ST_AsGML kills the backend when fed a CIRCULAR STRING
http://code.google.com/p/postgis/issues/detail?id=65

New issue report by robe.... at cityofboston.gov:
What steps will reproduce the problem?
1. SELECT ST_AsGML(ST_GeometryFromText('CURVEPOLYGON(CIRCULARSTRING(4
2,3.12132034355964 -0.121320343559641,1 -1,-1.12132034355962
4.12132034355966,4 2))'));
Get this error:
WARNING:  terminating connection because of crash of another server process
DETAIL:  The postmaster has commanded this server process to roll back the
current transaction and exit, because another server process exited
abnormally and possibly corrupted shared memory.
HINT:  In a moment you should be able to reconnect to the database and
repeat your command.
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.
(Tried on OpenSUSE 1.3.4SVN and Windows 1.3.3 both with similar disastrous
effects.

Note: other functions such as ST_AsKML, ST_AsGeoJSON - simply return this
geometry type is not supported.








Issue attributes:
	Status: Accepted
	Owner: robe.... at cityofboston.gov

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list