[postgis-tickets] [PostGIS] #2985: server crash when analyzing small tables on FreeBSD Ports
PostGIS
trac at osgeo.org
Thu Sep 13 09:52:44 PDT 2018
#2985: server crash when analyzing small tables on FreeBSD Ports
-----------------------+------------------------------------------
Reporter: nkiraly | Owner: pramsey
Type: defect | Status: reopened
Priority: critical | Milestone: PostGIS Packaging
Component: postgis | Version: 2.2.x
Resolution: | Keywords: analyze server crash freebsd
-----------------------+------------------------------------------
Comment (by pramsey):
As promised, this is now highly replicable, I can exercise it on OSX
against 2.5 branch head.
{{{
CREATE TABLE analyze_crash (
location geography(Point,4326)
);
INSERT INTO analyze_crash ( location )
VALUES (
ST_GeomFromText('POINT(-79.935308 40.458163)', 4326)
);
ANALYZE analyze_crash;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2985#comment:48>
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