[postgis-tickets] [PostGIS] #2314: postgis_full_version and postgis_sfcgal_version crashes service on windows 7 edb 64-bit (was: postgis_full_version crashes service on windows 7 edb 64-bit)
PostGIS
trac at osgeo.org
Fri May 10 00:16:54 PDT 2013
#2314: postgis_full_version and postgis_sfcgal_version crashes service on windows
7 edb 64-bit
---------------------+------------------------------------------------------
Reporter: robe | Owner: colivier
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.1.0
Component: sfcgal | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Changes (by robe):
* owner: pramsey => colivier
* component: postgis => sfcgal
Comment:
I have confirmed its the sfcgal check crashing my 64-bit EDB instance. If
I remark out:
{{{
BEGIN
SELECT postgis_sfcgal_version() INTO sfcgalver;
EXCEPTION
WHEN undefined_function THEN
sfcgalver := NULL;
END;
}}}
Works fine.
{{{
SELECT postgis_sfcgal_version();
}}}
crashes my windows EDB 64-bit backend
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2314#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list