[postgis-tickets] [PostGIS] #2987: ERROR: BOOM! Could not generate outside point!
PostGIS
trac at osgeo.org
Fri Nov 7 15:18:19 PST 2014
#2987: ERROR: BOOM! Could not generate outside point!
-------------------------+--------------------------------------------------
Reporter: jczaplewski | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.5
Component: postgis | Version: 2.1.x
Keywords: |
-------------------------+--------------------------------------------------
Comment(by jczaplewski):
I'm going to have to dig a little more. I did LIMIT 10000 OFFSET 0 and got
the error. I then did LIMIT 5000 OFFSET 0 and received no error, followed
by LIMIT 5000 OFFSET 5000 and also received no error.
Another time I did LIMIT 10000 OFFSET 0 and received no error. I then
limited to 20,000, 30,000 and 40,000 (there are ~34,000 rows) and didn't
get any errors. I then removed the LIMIT and OFFSET and received an error.
I then modified by query to include LIMIT 10000 OFFSET 0 again and
received the error.
Basically, I can't consistently reproduce the issue, but it seems to be
tied to the query size...? I'll hopefully be able to get a consistent
reproduction of this issue on Monday.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2987#comment:4>
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