[postgis-tickets] [PostGIS] #2985: server crash when analyzing table with 1 row
PostGIS
trac at osgeo.org
Sat Nov 8 04:41:06 PST 2014
#2985: server crash when analyzing table with 1 row
----------------------------------+-----------------------------------------
Reporter: nkiraly | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS PostgreSQL
Component: postgis | Version: 2.1.x
Keywords: analyze server crash |
----------------------------------+-----------------------------------------
Comment(by robe):
pramsey just a thought and a possibly stupid one.
since nkiraly is also crashing on #2267, could it be that whatever fix we
did there might apply to this 2.1 (but of course in a different way since
the code has changed significantly). It looks like whatever happened in
#2267 was never ported to 2.1, but then again the 2.1 doesn't have
geography_esimate anymore and just has gserialized_gist_nd.c (which I
presume replaced the geography_estimate.c)
one of the things I noticed -- which may mean nothing is that in
http://trac.osgeo.org/postgis/changeset/11287 -- you added #include
"liblwgeom_internal.h", and while I see that include in
gserialized_gist_2d.c, I don't see it in gserialized_gist_nd.c. Is there
a reason for that?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2985#comment:10>
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