[postgis-devel] Issue 119 in postgis: ST_AsSVG crashed DB backend with large geometries.
codesite-noreply at google.com
codesite-noreply at google.com
Mon Mar 9 11:59:17 PDT 2009
Updates:
Status: Testing
Comment #5 on issue 119 by robe.... at cityofboston.gov: ST_AsSVG crashed DB
backend with large geometries.
http://code.google.com/p/postgis/issues/detail?id=119
Olivier,
I assume this change broke my torture test. Can you try this on your
machine to rule
out an error in my compilation. I testd this on the latest 1.4 SVN and
don't recall
it ever crashing before. The below now crashes my server. I flipped the
change back
from fixed to testing.
SELECT ST_AsSVG(foo1.the_geom)
FROM ((SELECT
ST_Buffer(ST_SetSRID(ST_Point(i,j),4326), j)
As the_geom
FROM generate_series(-10,50,10) As i
CROSS JOIN generate_series(40,70, 20) As j)) As
foo1 CROSS
JOIN ((SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom
FROM generate_series(-10,50,15) As i
CROSS JOIN generate_series(40,70, 15) j)) As foo2
LIMIT 3;
--
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