Opened 12 years ago
Closed 12 years ago
#2314 closed defect (fixed)
postgis_full_version and postgis_sfcgal_version crashes service on windows 7 edb 64-bit
Reported by: | robe | Owned by: | colivier |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.1.0 |
Component: | sfcgal | Version: | master |
Keywords: | Cc: |
Description
Okay got a really serious issue now. Even though I kind of ignore my edb 64-bit problems because well I know tests fail. I can't ignore this one.
I just did a
CREATE EXTENSION postgis;
Worked fine:
then a
select postgis_full_version();
Crashes the server. We can't go to beta if this is indeed a real issue.
Change History (7)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Component: | postgis → sfcgal |
---|---|
Owner: | changed from | to
Summary: | postgis_full_version crashes service on windows 7 edb 64-bit → postgis_full_version and postgis_sfcgal_version crashes service on windows 7 edb 64-bit |
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
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Log shows this: