[postgis-users] Mac OS X regression failures - 13/35 (was no "coveredby" in liblwgeom.1.3.so")
Mark Cave-Ayland
mark.cave-ayland at ilande.co.uk
Wed Aug 22 00:13:38 PDT 2007
On Tue, 2007-08-21 at 17:51 -0700, Webb Sprague wrote:
> Voila. Let me know if there is any way I can help.
>
> -W
Thanks Webb.
Well the reason the diff looks strange is because the tests stop running
half way through :( Are there any messages in the server log to
indicate a server crash? As a test, from your diff results I suspect one
of the following will crash a freshly loaded database according to your
regression output:
--- basic datatype (incorrect)
select '50', 'POINT()'::GEOMETRY as geom;
select '51', 'POINT(1)'::GEOMETRY as geom;
select '52', 'POINT(,)'::GEOMETRY as geom;
select '53', 'MULTIPOINT(,)'::GEOMETRY as geom;
select '54', 'POINT(a b)'::GEOMETRY as geom;
select '55', 'MULTIPOINT()'::GEOMETRY as geom;
select '56', ST_asewkt('POLYGON( (0 0, 10 0, 10 10, 0 10) )'::GEOMETRY);
select '57', ST_asewkt('POLYGON( (0 0, 10 0, 10 10, 0 10, 0 0),(5 5, 7 5, 7 7 , 5 7) )'::GEOMETRY);
select '58', ST_asewkt('MULTILINESTRING((0 0, 1 1),(0 0, 1 1, 2 2,) )'::GEOMETRY);
Could you try executing these one at a time from psql and let me know the results?
Many thanks,
Mark.
--
ILande - Open Source Consultancy
http://www.ilande.co.uk
More information about the postgis-users
mailing list