[postgis-tickets] [PostGIS] #2449: infinite loop around gserialized_gist_picksplit_2d
PostGIS
trac at osgeo.org
Mon Oct 7 11:42:17 PDT 2013
#2449: infinite loop around gserialized_gist_picksplit_2d
---------------------+------------------------------------------------------
Reporter: j3d | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.1
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by pramsey):
Was hoping to add a reproducable test to the fix commit, but not having
any luck locking up my computer with a NaN-salted index operation. Tried
this, what should I alter?
{{{
create table idxlooptest ( g geometry );
insert into idxlooptest select st_makepoint(a, a) from
generate_series(0,10000) a;
-- POINT(1 nan)
insert into idxlooptest select
'0101000000000000000000FF7F000000000000FF7F'::geometry from
generate_series(0,100);
create index idxlooptest_gix on idxlooptest using gist (g);
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2449#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