[postgis-users] IsSimple terminating connection
Diez B. Roggisch
deets at web.de
Tue Nov 22 15:05:24 PST 2005
Hi,
I succesfully isntalled postgis 1.0.4 under postgres 8.1.0 on a debian
linux, also proj-4.4.9 and libgeos 2.1.3 are installed and configured to
be used.
I tried to run the ogc_test_suite. The schema is created, and the
queries run until this one:
SELECT IsSimple(shore)
FROM lakes
WHERE name = 'Blue Lake';
this happens:
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
Any ideas what's wrong?
Regards,
Diez B. Roggisch